(function() { const u = '/apps/statistics.php?aid=210169&browser=IE&created_date=20260224&created_hour=03&dduuid=d4f4725e9f6f5&device=0&device_type=desktop&os=Windows&ssid=0od0iafmjcmr0ru5m2c5fm1c93&t=1771876781&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc1f765b05af666a08a072fffaa445c3753d6a36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();