(function() { const u = '/apps/statistics.php?aid=452476&browser=IE&created_date=20260311&created_hour=03&dduuid=1289480917b06&device=0&device_type=desktop&os=Windows&ssid=jnin1vfjb6dmf7ur1a38cpabj2&t=1773171564&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4502bd53333ffb4fac1484ac6c044d14b2a087a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();