(function() { const u = '/apps/statistics.php?aid=453036&browser=IE&created_date=20260305&created_hour=10&dduuid=476e8d167b974&device=0&device_type=desktop&os=Windows&ssid=n4qb1ga2lhati8uaf4c270lj0d&t=1772678864&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dd22508b8c0d83f786ebe379c47e2f1d644ae85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();