(function() { const u = '/apps/statistics.php?aid=154954&browser=IE&created_date=20251208&created_hour=11&dduuid=955efbe349e37&device=0&device_type=desktop&os=Windows&ssid=d12h052nkbhgs1f04esa0o8i4h&t=1765164377&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93e05933d206eec7732f63796c62552addb5fce4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();