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