(function() { const u = '/apps/statistics.php?aid=165202&browser=IE&created_date=20260201&created_hour=00&dduuid=21fa48beff850&device=0&device_type=desktop&os=Windows&ssid=eu1sk8bdhiofa60rqsi711hl8p&t=1769875971&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d1ff88175d9e0f21a341dc80c934f0c52777d2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();