(function() { const u = '/apps/statistics.php?aid=206894&browser=IE&created_date=20251225&created_hour=14&dduuid=891b27c6f21a7&device=0&device_type=desktop&os=Windows&ssid=f6dk1emhj7ci28e5grnt958o1e&t=1766645087&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e08b04602357e59478a467238fa7d8597e3c94c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();