(function() { const u = '/apps/statistics.php?aid=424510&browser=IE&created_date=20260308&created_hour=10&dduuid=7ebd30426312d&device=0&device_type=desktop&os=Windows&ssid=bkf9msfkuqnimq3o793987jd2f&t=1772936432&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d18f4cf8fe6c9ff9fd1b2f6ddf80a3ea1fbb9ce5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();