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