(function() { const u = '/apps/statistics.php?aid=433550&browser=IE&created_date=20260311&created_hour=09&dduuid=bd955cd797346&device=0&device_type=desktop&os=Windows&ssid=6f5estc8erio0gi8q98h576pkf&t=1773193246&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afa3f092814da935607318b96713363d10ab540d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();