(function() { const u = '/apps/statistics.php?aid=439922&browser=IE&created_date=20260308&created_hour=09&dduuid=958c613f3abf4&device=0&device_type=desktop&os=Windows&ssid=ksv15965geoufjsfc2r47bf0io&t=1772931889&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=416de39a96e614297237185ddff1d1b7264683e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();