(function() { const u = '/apps/statistics.php?aid=424396&browser=IE&created_date=20260306&created_hour=22&dduuid=7d22ef2e110c4&device=0&device_type=desktop&os=Windows&ssid=j6056aso5h9nl512mf2o1403eh&t=1772807652&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=957e21408ddc9a4971495f3ba1ebd585bedec3ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();