(function() { const u = '/apps/statistics.php?aid=448370&browser=IE&created_date=20260123&created_hour=21&dduuid=f311540c5d044&device=0&device_type=desktop&os=Windows&ssid=qqp1oasnpsuj9hricdqhmvm92i&t=1769174707&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f53a5a6a5cd4864a8d526022dc80370d3c33e1eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();