(function() { const u = '/apps/statistics.php?aid=441921&browser=IE&created_date=20251223&created_hour=02&dduuid=c24d91cc227e1&device=0&device_type=desktop&os=Windows&ssid=5kf4qusl5v9bispl831dj8ndpm&t=1766428753&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0f34fe58fbdbc4e68b9ff2670af3c3222be1278&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();