(function() { const u = '/apps/statistics.php?aid=403139&browser=IE&created_date=20260304&created_hour=19&dduuid=90f4beb1e6334&device=0&device_type=desktop&os=Windows&ssid=g26atl51r9jl0plo4eg2ul82i1&t=1772623523&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38eccc52b9057ffc6f25885df6c0ef4392a38ecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();