(function() { const u = '/apps/statistics.php?aid=423692&browser=IE&created_date=20260129&created_hour=13&dduuid=93babdd5baf25&device=0&device_type=desktop&os=Windows&ssid=g8pcnra89svfn39249aue0b4vo&t=1769663463&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc41b367d1d00503e3b5b54659324032805d0e57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();