(function() { const u = '/apps/statistics.php?aid=448228&browser=IE&created_date=20260123&created_hour=09&dduuid=848d8ea52ce85&device=0&device_type=desktop&os=Windows&ssid=dntkk9fa0mhi8f558kk8fv9st6&t=1769132571&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=276c7c3a5fd5b9957e12c6cc4dcbe613e4759533&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();