(function() { const u = '/apps/statistics.php?aid=209576&browser=IE&created_date=20251226&created_hour=23&dduuid=b6bea89023b55&device=0&device_type=desktop&os=Windows&ssid=bq52ns5fgnc2sq9hb2p8ma2gsa&t=1766762135&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17718deb0d6d00701c105d6999e3247001875a93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();