(function() { const u = '/apps/statistics.php?aid=81640&browser=IE&created_date=20260304&created_hour=15&dduuid=eb23425132837&device=0&device_type=desktop&os=Windows&ssid=1g6ohia6ovabsa2r9pf3450ac9&t=1772608956&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=949fea89287e096d4a2e3c2a3066a9b2ee251af7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();