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