(function() { const u = '/apps/statistics.php?aid=434412&browser=IE&created_date=20260102&created_hour=00&dduuid=128cd3848fde0&device=0&device_type=desktop&os=Windows&ssid=f604skpn1hronemsgaubib1f4j&t=1767286623&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61c3e0f78c9e494b481df15798745a6a200552e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();