(function() { const u = '/apps/statistics.php?aid=334321&browser=IE&created_date=20260311&created_hour=10&dduuid=ab821dfdfbffb&device=0&device_type=desktop&os=Windows&ssid=5hv1m1do1inhodnce8ipoah1eu&t=1773197666&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cc8da353f4489450f60f0f03a6d7055ec2f121f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();