(function() { const u = '/apps/statistics.php?aid=401008&browser=IE&created_date=20260308&created_hour=00&dduuid=36b42df65ba69&device=0&device_type=desktop&os=Windows&ssid=b3it7fhoekhvnn9ut9qkush1mn&t=1772900887&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b02a02490ead21c9d71067b1dfa99096c982ce3b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();