(function() { const u = '/apps/statistics.php?aid=440050&browser=IE&created_date=20260228&created_hour=03&dduuid=c7c61bc2e50a6&device=0&device_type=desktop&os=Windows&ssid=a4dm0dsv1hgt9mvufgo3epncog&t=1772221391&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2b5f0b2332bd5df26ea2dbd90067295febc5e73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();