(function() { const u = '/apps/statistics.php?aid=86419&browser=IE&created_date=20260110&created_hour=14&dduuid=20773606b0da7&device=0&device_type=desktop&os=Windows&ssid=kupko3hl0620nf2tsdmc2vf90d&t=1768025260&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a093171855a987d2e90293035568e5ab7c59edf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();