(function() { const u = '/apps/statistics.php?aid=433256&browser=IE&created_date=20260103&created_hour=14&dduuid=ca6bcb70c38ee&device=0&device_type=desktop&os=Windows&ssid=qsnfrhbau488ttv639er2iq2mf&t=1767421630&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e613850add5009e127a574b6f0c26206136c3ba6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();