(function() { const u = '/apps/statistics.php?aid=448989&browser=IE&created_date=20260113&created_hour=15&dduuid=4f4d2b25e7534&device=0&device_type=desktop&os=Windows&ssid=su20darovs035gjt0q55lbuk25&t=1768288527&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f99c57ffb59090a361d8728b73755076a938842b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();