xref: /webtrees/resources/views/modules/statcounter/snippet.phtml (revision 8e5c5efec485305c8b0de7a7a21cb0e31bb2e11d)
1<script>
2    var sc_project=<?= json_encode((int) ($STATCOUNTER_PROJECT_ID ?? '')) ?>;
3    var sc_invisible=1;
4    var sc_security=<?= json_encode($STATCOUNTER_SECURITY_ID ?? '') ?>;
5    var sc_https=1;
6    var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www.");
7    document.write("<sc"+"ript type='text/javascript' async src='" + scJsHost + "statcounter.com/counter/counter_xhtml.js'></"+"script>");
8</script>
9
10