(function() { const u = '/apps/statistics.php?aid=419038&browser=IE&created_date=20260305&created_hour=06&dduuid=dea53f55fcc41&device=0&device_type=desktop&os=Windows&ssid=omf3aiof73tfiq83ga8gjnthv2&t=1772663835&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=835ddc7b6ed6c26aaae24e89ac285a8eed3b4ce8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();