(function() { const u = '/apps/statistics.php?aid=365024&browser=IE&created_date=20260311&created_hour=09&dduuid=e3b97ca2e171c&device=0&device_type=desktop&os=Windows&ssid=jcp7d1c0lv09ratu0gd894ore7&t=1773194220&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33d0577ef2e04ddeeb4cf0e08b2cc93ee1f8e468&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();