(function() { const u = '/apps/statistics.php?aid=454337&browser=IE&created_date=20260224&created_hour=02&dduuid=b7677cfa5d455&device=0&device_type=desktop&os=Windows&ssid=iqrsved8d8r52qavmssdqhgmls&t=1771871837&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f744fe8fceacbbce6e216d9cd400e0dd4faf3891&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();