(function() { const u = '/apps/statistics.php?aid=224630&browser=IE&created_date=20251224&created_hour=03&dduuid=7ff25637b6e33&device=0&device_type=desktop&os=Windows&ssid=2rdj3hcds2dlgqc2a9jej8q7kv&t=1766517659&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3eedcfce0679e0b1785a3736d4725796318d471&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();