(function() { const u = '/apps/statistics.php?aid=445932&browser=IE&created_date=20260311&created_hour=23&dduuid=f73a8f67da3b6&device=0&device_type=desktop&os=Windows&ssid=1m8b4bmgv108vcps07m0g4gfrg&t=1773244262&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2fa06463214f71f5b7b708e9734398467d0ecff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();