(function() { const u = '/apps/statistics.php?aid=411663&browser=IE&created_date=20260223&created_hour=20&dduuid=2c5d78787b965&device=0&device_type=desktop&os=Windows&ssid=6nso54fusa359vmvoe4sn3ai9f&t=1771851230&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2b78e7e633ae75633b565c7b70c11a80da282af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();