(function() { const u = '/apps/statistics.php?aid=453865&browser=IE&created_date=20260223&created_hour=22&dduuid=24dc12faf82a5&device=0&device_type=desktop&os=Windows&ssid=nl5u25l4ekol5fmavebc00vlpp&t=1771855372&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a7d751a1f06fca29cc5a59e4309da57eb8000d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();