(function() { const u = '/apps/statistics.php?aid=437630&browser=IE&created_date=20260316&created_hour=23&dduuid=a8c3be58a6711&device=0&device_type=desktop&os=Windows&ssid=to782rjmb1foqmchpvm0vrgh0r&t=1773673597&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2acd88d30a626b2c87bc60c98a5929786b00411f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();