(function() { const u = '/apps/statistics.php?aid=4317&browser=IE&created_date=20260224&created_hour=09&dduuid=63ad9097cf8f3&device=0&device_type=desktop&os=Windows&ssid=bvql9sf4or7holh1phd3qvtcff&t=1771895424&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbd1620f31acd9822f042d67ec9f772649ec6f5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();