(function() { const u = '/apps/statistics.php?aid=21065&browser=IE&created_date=20260303&created_hour=21&dduuid=6712c50443320&device=0&device_type=desktop&os=Windows&ssid=6lrtb8lj0qgu7e96bd2dsp18so&t=1772545523&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=022177060effdc104bfea41c1be003b633a93712&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();