(function() { const u = '/apps/statistics.php?aid=455890&browser=IE&created_date=20260311&created_hour=01&dduuid=04f66870bd119&device=0&device_type=desktop&os=Windows&ssid=qihg64d5027oed7j3idjjolt2c&t=1773165236&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1012354bec5c3e5944b0afd49e447431031941f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();