(function() { const u = '/apps/statistics.php?aid=93216&browser=IE&created_date=20251210&created_hour=08&dduuid=5cee54440fe34&device=0&device_type=desktop&os=Windows&ssid=0n0ur18vk0k3hhoe43nlfhk12s&t=1765326851&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=310bc783649fea4b3769d6e576e7a79e890037de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();