(function() { const u = '/apps/statistics.php?aid=442230&browser=IE&created_date=20251208&created_hour=11&dduuid=e9a30e83aadd7&device=0&device_type=desktop&os=Windows&ssid=q4nhhbuv00am1m8a8j0g0bnoja&t=1765165890&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=623dcaffd634f0784871da2130cb4e20172bf5a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();