(function() { const u = '/apps/statistics.php?aid=78716&browser=IE&created_date=20260304&created_hour=22&dduuid=cedbe0d682fbc&device=0&device_type=desktop&os=Windows&ssid=94654gr75tshghj7shj4r8pmf4&t=1772633438&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a90e938ac8be3ff3d5dd586c17288c232e909bd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();