(function() { const u = '/apps/statistics.php?aid=453774&browser=IE&created_date=20260303&created_hour=15&dduuid=91445f02bcf6a&device=0&device_type=desktop&os=Windows&ssid=n6khef83r1942cbobf6s9fom9c&t=1772523880&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6eb4ffc095d141b8cde7f4a48bdafdc355901220&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();