(function() { const u = '/apps/statistics.php?aid=442630&browser=IE&created_date=20260311&created_hour=05&dduuid=f3cbccadef1da&device=0&device_type=desktop&os=Windows&ssid=81qp35fcob68tlvfjsfnr0b39s&t=1773176710&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c58ad5f20327f91f26b20bbf02c6bd133612cd64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();