(function() { const u = '/apps/statistics.php?aid=453893&browser=IE&created_date=20260312&created_hour=01&dduuid=0244b2ee1a7b5&device=0&device_type=desktop&os=Windows&ssid=uqn86gfs372u361uevslo9fm40&t=1773248848&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=999ccc918921b5be29aec3729313aa35c31d9abb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();