(function() { const u = '/apps/statistics.php?aid=454213&browser=IE&created_date=20260311&created_hour=05&dduuid=e4df5bca6c7e3&device=0&device_type=desktop&os=Windows&ssid=i66qnr400vh11fiqjfooic28em&t=1773177546&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8cc7b8e1e111ce489cd718daefdac4cb5007db9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();