1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 06:55:21 -04:00
This commit is contained in:
Jake Jarvis 2019-07-11 13:43:32 -04:00 committed by GitHub
parent 80a1f1b7a8
commit a04bea0522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,19 @@
<p>Updates every 1 minute.</p> <p>Updates every 1 minute.</p>
<script src="fetch.js"></script> <script src="fetch.js"></script>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ var _paq = _paq || [];
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), _paq.push(['setRequestMethod', 'POST']);
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) _paq.push(['setSecureCookie', true]);
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); _paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
ga('create', 'UA-1563964-43', 'auto'); _paq.push(['enableHeartBeatTimer']);
ga('send', 'pageview'); (function() {
var u='https://stats.jarv.is/';
_paq.push(['setTrackerUrl', u+'m.php']);
_paq.push(['setSiteId', '9']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
})();
</script> </script>
</body> </body>
</html> </html>