(function() { const u = '/apps/statistics.php?aid=311046&browser=IE&created_date=20260311&created_hour=19&dduuid=6457c37fa5d62&device=0&device_type=desktop&os=Windows&ssid=asamtf757m4otvunuknelc28u6&t=1773229727&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d30ba0091ae9557ec4c63e1d79c4afd9f964eb7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();