(function() { const u = '/apps/statistics.php?aid=430815&browser=IE&created_date=20260117&created_hour=07&dduuid=ed5eb28f89c21&device=0&device_type=desktop&os=Windows&ssid=dacn5fk0t5fr5jdii9dd1p20n8&t=1768605219&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7b85af68cacc9817159129746b30567b72eebdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();