(function() { const u = '/apps/statistics.php?aid=454536&browser=IE&created_date=20260314&created_hour=14&dduuid=1230103505705&device=0&device_type=desktop&os=Windows&ssid=c6iqcusk604l3sh0e0qm5lou4v&t=1773470224&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=038c03b960f4a3e85487a845bde462e49cbcaa6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();