(function() { const u = '/apps/statistics.php?aid=437723&browser=IE&created_date=20260315&created_hour=21&dduuid=5ee94eba6bf14&device=0&device_type=desktop&os=Windows&ssid=60fddhrpll7ovji41uo2b4187d&t=1773582280&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=510db628d62733edcc039476311830ff5ea17fe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();