(function() { const u = '/apps/statistics.php?aid=538&browser=IE&created_date=20260313&created_hour=08&dduuid=4a060cbf9eae6&device=0&device_type=desktop&os=Windows&ssid=vug158o6v5nilkomlt7mf2hdht&t=1773363542&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ba02648b6b9084e72ab54f24fb3772921219a2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();