(function() { const u = '/apps/statistics.php?aid=432656&browser=IE&created_date=20260307&created_hour=14&dduuid=ec7977d22f5f9&device=0&device_type=desktop&os=Windows&ssid=lpc0kct2j5tp63s33og6cu726f&t=1772864064&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09a273f9e367ed9bdb73b3961703e34d7c92be2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();