(function() { const u = '/apps/statistics.php?aid=455271&browser=IE&created_date=20260311&created_hour=23&dduuid=3e54c96081975&device=0&device_type=desktop&os=Windows&ssid=dsntr7ha1vuilphnpi3oasdm11&t=1773242135&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65b9e369ed91b2f650e9adfc830b4da135b4a40e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();