(function() { const u = '/apps/statistics.php?aid=402023&browser=IE&created_date=20260307&created_hour=22&dduuid=9a4295b846e00&device=0&device_type=desktop&os=Windows&ssid=eg17ism1rar3omb0qahbt4u62n&t=1772894830&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9ef3a71529e765fa20c9535013cd5d261889a4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();