(function() { const u = '/apps/statistics.php?aid=345011&browser=IE&created_date=20260313&created_hour=06&dduuid=ee13221727cdd&device=0&device_type=desktop&os=Windows&ssid=e6d7dbn5h823co43so3vfbvmco&t=1773356268&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=247d3c1dc199be92d5026f5324fd48e37a5871b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();