(function() { const u = '/apps/statistics.php?aid=444064&browser=IE&created_date=20251222&created_hour=10&dduuid=144bd80a48cb1&device=0&device_type=desktop&os=Windows&ssid=7dd4scpoo7t7mlbobbv2grmt2f&t=1766369583&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=019f6b2519ddef30a6330f30a55ddf2fe0247a24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();