(function() { const u = '/apps/statistics.php?aid=210086&browser=IE&created_date=20251224&created_hour=22&dduuid=94f836c557df1&device=0&device_type=desktop&os=Windows&ssid=2sg3v1u381mgvun78l787fsthm&t=1766586310&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=159b51d2fb0eb1195b063261f6e0cb6d01b78554&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();