(function() { const u = '/apps/statistics.php?aid=449028&browser=IE&created_date=20260123&created_hour=17&dduuid=a62ecdf172454&device=0&device_type=desktop&os=Windows&ssid=bn3u3me9invrgr6k18lgqi478b&t=1769159602&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e33e010ff8fa902e5a0b86dd9117a2d64d97190c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();