(function() { const u = '/apps/statistics.php?aid=324449&browser=IE&created_date=20260313&created_hour=08&dduuid=f6d160711e5c5&device=0&device_type=desktop&os=Windows&ssid=724l91mgeaom2pegvm5hurv69m&t=1773362242&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d83c48b791f3549db5f43a456bfc3be789e5b0ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();