(function() { const u = '/apps/statistics.php?aid=457985&browser=IE&created_date=20260311&created_hour=04&dduuid=90d49e6824660&device=0&device_type=desktop&os=Windows&ssid=pqohqbd9859bcrb4cj8g0883s9&t=1773175862&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ad9808128cc00ff8a4d102ad0f8e65d67bec6bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();