(function() { const u = '/apps/statistics.php?aid=447565&browser=IE&created_date=20260310&created_hour=15&dduuid=fd64b22dcdbc3&device=0&device_type=desktop&os=Windows&ssid=rvoog6i161hv2sug22alkbc6re&t=1773128625&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef012ca5091a69e9638c589dbfa4af6b513b618a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();