(function() { const u = '/apps/statistics.php?aid=57809&browser=IE&created_date=20260304&created_hour=11&dduuid=7c950e7e0589a&device=0&device_type=desktop&os=Windows&ssid=k1j3js0vpgh6gp5v47ocugdt1o&t=1772593824&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b2efbd2a7486043fc0737031e850370b216ab78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();