(function() { const u = '/apps/statistics.php?aid=424823&browser=IE&created_date=20251217&created_hour=12&dduuid=0699bca36247a&device=0&device_type=desktop&os=Windows&ssid=p693e10odn07satpnekkh1c960&t=1765946627&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a84c2194c32c8cfbeef1ab6e435827d58617893d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();