(function() { const u = '/apps/statistics.php?aid=79877&browser=IE&created_date=20260303&created_hour=20&dduuid=47d9e7c977f58&device=0&device_type=desktop&os=Windows&ssid=d8is3h5anp11n2f4l723k8inrt&t=1772540895&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58b8dfe7767ea437a4fd670af99de1af8f2ce16d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();