(function() { const u = '/apps/statistics.php?aid=451433&browser=IE&created_date=20260313&created_hour=06&dduuid=330a1654ceb43&device=0&device_type=desktop&os=Windows&ssid=h3e38gkt9iehrs3a0emtm861j3&t=1773353120&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b568c06d0433ed5e3788959096f0a2cfd01bbf64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();