(function() { const u = '/apps/statistics.php?aid=213701&browser=IE&created_date=20260122&created_hour=11&dduuid=97094a58e6703&device=0&device_type=desktop&os=Windows&ssid=ckhhcpvp1nbshutiopvhl7pmu4&t=1769051601&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6525f9129e1ba8859890e98f3a237139116db857&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();