(function() { const u = '/apps/statistics.php?aid=405442&browser=IE&created_date=20251222&created_hour=12&dduuid=f25a0716c84fe&device=0&device_type=desktop&os=Windows&ssid=8n814up7pslki7v9gi19c5r8gn&t=1766376328&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e33dc0fc808bf76f84706059c6e1cbd5a3314c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();