(function() { const u = '/apps/statistics.php?aid=451056&browser=IE&created_date=20260315&created_hour=05&dduuid=a1f88855d2527&device=0&device_type=desktop&os=Windows&ssid=e7pvtu7haaorm1uhto86am99us&t=1773523395&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07b9747eaded7e1028a09c15fe4b1d2489e333e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();