(function() { const u = '/apps/statistics.php?aid=424848&browser=IE&created_date=20260228&created_hour=14&dduuid=0c08fc99b532c&device=0&device_type=desktop&os=Windows&ssid=285eebdpb8ujfo439sesqpradp&t=1772258586&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b54b3077be938900b3a3301e07ae9b7729f3691c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();