(function() { const u = '/apps/statistics.php?aid=402689&browser=IE&created_date=20260224&created_hour=03&dduuid=fabc31f3f1c4d&device=0&device_type=desktop&os=Windows&ssid=93io1o7tt7ki5l01sog3en0lr9&t=1771876740&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9baa35cc446b8e4b88d6fe331ec83e0649969bff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();