(function() { const u = '/apps/statistics.php?aid=438648&browser=IE&created_date=20251227&created_hour=00&dduuid=eb744f7f2a7c6&device=0&device_type=desktop&os=Windows&ssid=gt3ism15hj9no8bcctd8elue1g&t=1766766893&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1af92feb1af14dcdeb65fcd450c601cb2305730&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();