(function() { const u = '/apps/statistics.php?aid=11207&browser=IE&created_date=20260123&created_hour=10&dduuid=b18b72e18b2e7&device=0&device_type=desktop&os=Windows&ssid=5ucab748c8gvip9n1j6t20osur&t=1769135477&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=106debd47d59277cd4735c36960c591f50f5f7fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();