(function() { const u = '/apps/statistics.php?aid=450280&browser=IE&created_date=20260307&created_hour=22&dduuid=4f5b2021ce04e&device=0&device_type=desktop&os=Windows&ssid=70iqtounl3r8kook0avgcgif2f&t=1772892903&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6000f9dc432de7e31f0e4e36d7a79343cd85f76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();