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