(function() { const u = '/apps/statistics.php?aid=422360&browser=IE&created_date=20260131&created_hour=15&dduuid=aa68be84ae2a9&device=0&device_type=desktop&os=Windows&ssid=ecsoc868e7s3le9hp9n2looho0&t=1769844128&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a6f897ee27900686596b571e7a1bb497de56cf3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();