(function() { const u = '/apps/statistics.php?aid=442735&browser=IE&created_date=20260124&created_hour=21&dduuid=0703fb508c7a1&device=0&device_type=desktop&os=Windows&ssid=31l6kueccggv9vo1u27ch24k9h&t=1769262878&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12ce457376128d224b28a2d60336d285f40fcc37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();