(function() { const u = '/apps/statistics.php?aid=443461&browser=IE&created_date=20260124&created_hour=01&dduuid=e4a4f24dc3116&device=0&device_type=desktop&os=Windows&ssid=36qurco0fremsr6ill6ucpgq0p&t=1769189642&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ff15f4737c073d0a460664c0d887be04904a84c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();