(function() { const u = '/apps/statistics.php?aid=448765&browser=IE&created_date=20260310&created_hour=04&dduuid=4ec1d779a84b7&device=0&device_type=desktop&os=Windows&ssid=o3h3hrd05vdk6gubh7ibdbg9n6&t=1773087021&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a56f01d4998a28ccac9656f31959e63be44e9b90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();