(function() { const u = '/apps/statistics.php?aid=437003&browser=IE&created_date=20251229&created_hour=08&dduuid=c063768dc62d7&device=0&device_type=desktop&os=Windows&ssid=b8auui34kkubnp51s81j3t6gjq&t=1766966872&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78df8e463192c814db3f7eaea76a331a56f047b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();