(function() { const u = '/apps/statistics.php?aid=406134&browser=IE&created_date=20260225&created_hour=08&dduuid=389f40a7793fe&device=0&device_type=desktop&os=Windows&ssid=d6mj17sqc3m8ekr63hvhq8rd9v&t=1771980981&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e0b3183da96efb0af93fae93ab6c08c2ab489d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();