(function() { const u = '/apps/statistics.php?aid=92767&browser=IE&created_date=20260116&created_hour=06&dduuid=766898325b2c7&device=0&device_type=desktop&os=Windows&ssid=b1nk9nt5vrfk2cvpt2f9el4n0o&t=1768516199&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ad48a4f5c667ea0faa82decb80726c0d51a27d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();