(function() { const u = '/apps/statistics.php?aid=431635&browser=IE&created_date=20260311&created_hour=22&dduuid=c7c8167611a92&device=0&device_type=desktop&os=Windows&ssid=kep616br2ab5rtllpr87db8kr5&t=1773238310&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f75fbdf68bfa6c94a67fde5b537840824b6cd589&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();