(function() { const u = '/apps/statistics.php?aid=433963&browser=IE&created_date=20260306&created_hour=01&dduuid=c0773e5d2c6f2&device=0&device_type=desktop&os=Windows&ssid=pm0hl5215bosiokhq74brt5ai1&t=1772731293&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f28d331e11b32eaff63822a03e1fef7c82de7100&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();