(function() { const u = '/apps/statistics.php?aid=451396&browser=IE&created_date=20260311&created_hour=14&dduuid=08998abb9dc63&device=0&device_type=desktop&os=Windows&ssid=f98ie02ipq0v37loa74k9t7th7&t=1773209295&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=042d6197fe30ae85d753b53dd1281e523560af38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();