(function() { const u = '/apps/statistics.php?aid=424659&browser=IE&created_date=20260308&created_hour=14&dduuid=82e4a5f0a82cd&device=0&device_type=desktop&os=Windows&ssid=1ipd0joskccqi9iov42a3dggjs&t=1772952563&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=174186d66eaf99d57e0b384f191c9cbb16c72062&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();