(function() { const u = '/apps/statistics.php?aid=445151&browser=IE&created_date=20260316&created_hour=22&dduuid=c39473b8cbae7&device=0&device_type=desktop&os=Windows&ssid=a10er6lpgelq68ug9f4sd12j5s&t=1773670706&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2852758e62f5ad57e1901fe934b5b5fabf9c27f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();