(function() { const u = '/apps/statistics.php?aid=454980&browser=IE&created_date=20260224&created_hour=07&dduuid=c31d7c6e1e2fe&device=0&device_type=desktop&os=Windows&ssid=mbusro2fahlehqjuq69vvfj0kk&t=1771890760&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30eeb1ddb2e6562e822bd6f4844eefade121f091&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();