(function() { const u = '/apps/statistics.php?aid=38465&browser=IE&created_date=20260122&created_hour=18&dduuid=b8f31eef1883c&device=0&device_type=desktop&os=Windows&ssid=oattvko9j3uudapa5fva5sntpv&t=1769077919&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85d06853f5a7849d25e4337b5a4f0eaad10306c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();