(function() { const u = '/apps/statistics.php?aid=443844&browser=IE&created_date=20251220&created_hour=14&dduuid=49e0f970db831&device=0&device_type=desktop&os=Windows&ssid=d3i8lgr1khg9tqobql5on49u8n&t=1766211086&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=242fb75c28b69f59bf224972d1db63c932078d21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();