(function() { const u = '/apps/statistics.php?aid=369418&browser=IE&created_date=20260312&created_hour=05&dduuid=a5b7dce00e3aa&device=0&device_type=desktop&os=Windows&ssid=bp0g367g7lsokqpohu01n3j035&t=1773263143&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=655d40ffb89e72a94b5fb0d527d078de3ea30992&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();