(function() { const u = '/apps/statistics.php?aid=417142&browser=IE&created_date=20260307&created_hour=21&dduuid=44f33575d2db2&device=0&device_type=desktop&os=Windows&ssid=cl38qf3q537fttptsa33vte1l7&t=1772891562&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e0a05be7ea86186a9997410121c5b139e5f0156&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();