(function() { const u = '/apps/statistics.php?aid=454171&browser=IE&created_date=20260305&created_hour=07&dduuid=ecdfcdf33254a&device=0&device_type=desktop&os=Windows&ssid=omg00015oi1lvlqide8khsa2tj&t=1772668538&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4081dbb946c54d97cbe03be84e26032d12bdd1f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();