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