(function() { const u = '/apps/statistics.php?aid=213717&browser=IE&created_date=20260310&created_hour=22&dduuid=7a2bb5aa6b70d&device=0&device_type=desktop&os=Windows&ssid=htsb2754b0l3im6dr0kvei4b8i&t=1773152744&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9437fbe7969f83d1263bd0461c899adc7cfd04fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();