(function() { const u = '/apps/statistics.php?aid=14402&browser=IE&created_date=20260122&created_hour=10&dduuid=81a4b133a31d7&device=0&device_type=desktop&os=Windows&ssid=enc3oqrsa0dg6gs438jda9kker&t=1769048967&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=710e9855ad1bd3fdfdb89ecb27d93cfbf243821b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();