This repository has been archived on 2020-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
xivhunt/public/js/stats.js

12 lines
368 B
JavaScript
Raw Normal View History

2020-01-06 01:13:04 +01:00
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
2020-01-06 01:17:58 +01:00
})(document, window, '//stats.captainark.net/tracker.js', 'fathom');
2020-01-06 01:13:04 +01:00
fathom('set', 'siteId', 'IDYPX');
fathom('trackPageview');