(function() { const u = '/apps/statistics.php?aid=375534&browser=IE&created_date=20260311&created_hour=11&dduuid=3dee4c38ce51e&device=0&device_type=desktop&os=Windows&ssid=nhm68c3gapo8co5rrh9t7lasbs&t=1773198925&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63ceb57a5ef16406d7e5f462a389803bff602163&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();