(function() { const u = '/apps/statistics.php?aid=424706&browser=IE&created_date=20260311&created_hour=14&dduuid=05c1b8c885ea4&device=0&device_type=desktop&os=Windows&ssid=fc51n6vb9dbdpptbfnb2k3tbo9&t=1773209871&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c315aeb24253908e069e7caafc727e1c1ff93d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();