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