(function() { const u = '/apps/statistics.php?aid=398012&browser=IE&created_date=20260224&created_hour=16&dduuid=103725425fbc6&device=0&device_type=desktop&os=Windows&ssid=d5unnmja31lgtttmfmi19gpml4&t=1771923055&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e437903d4181bec67b12b8fe61b71d6c247a9ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();