(function() { const u = '/apps/statistics.php?aid=213676&browser=IE&created_date=20260310&created_hour=05&dduuid=6f3e6e7a23ff7&device=0&device_type=desktop&os=Windows&ssid=ot26o30p0sem2bol69556ekt5d&t=1773090959&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90d67c3353b4f9b6fa1a83ddccd50f62a05ada4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();