(function() { const u = '/apps/statistics.php?aid=454532&browser=IE&created_date=20260311&created_hour=09&dduuid=9ba310158c068&device=0&device_type=desktop&os=Windows&ssid=25mfh3ep1vvdso2n21up5tbonp&t=1773193012&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09109f7942eedd702c1885bf386c022011318b03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();