(function() { const u = '/apps/statistics.php?aid=423909&browser=IE&created_date=20260312&created_hour=04&dduuid=0da94aa56476c&device=0&device_type=desktop&os=Windows&ssid=s7oc09ureahu9tlg451hp4eh5f&t=1773261491&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c62d21fab7679197361b0856839e737e690998f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();