(function() { const u = '/apps/statistics.php?aid=447903&browser=IE&created_date=20260310&created_hour=12&dduuid=c0cd5b6859364&device=0&device_type=desktop&os=Windows&ssid=t2v91do2dk23l75f8s46mtg64f&t=1773117322&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e909f5f0ebccbfab62ea11e8e6e3c0b77685053&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();