(function() { const u = '/apps/statistics.php?aid=401642&browser=IE&created_date=20260127&created_hour=07&dduuid=ef18b1e95b31b&device=0&device_type=desktop&os=Windows&ssid=4cul2sh168j98mpu8f287t7eht&t=1769469951&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac5005d6631bc8dbf6d029dbb1ddc2f9cbf218d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();