(function() { const u = '/apps/statistics.php?aid=375495&browser=IE&created_date=20260311&created_hour=13&dduuid=1d6cc4859fbaa&device=0&device_type=desktop&os=Windows&ssid=64q03md2s6kujh71c22e9btlhb&t=1773207426&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f069642f2c564254ac6c4399477c7c39b1ed5f41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();