(function() { const u = '/apps/statistics.php?aid=363152&browser=IE&created_date=20260312&created_hour=05&dduuid=ae651ede522b7&device=0&device_type=desktop&os=Windows&ssid=ihopd56d1jfjh5anfmn9au8q61&t=1773263041&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09379786daff317cbc93ae7a11859b047033d385&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();