(function() { const u = '/apps/statistics.php?aid=398566&browser=IE&created_date=20260125&created_hour=12&dduuid=a137fc0835dcf&device=0&device_type=desktop&os=Windows&ssid=7qc7umf6u1k007r5up04l9o6n4&t=1769316999&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7dd6780a01061fb44b31b802a00e15cdff8bd452&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();