(function() { const u = '/apps/statistics.php?aid=209019&browser=IE&created_date=20251229&created_hour=06&dduuid=646309566a231&device=0&device_type=desktop&os=Windows&ssid=5rft527k02so0lhc5m41vrqmrh&t=1766959948&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9345c2310a7baa7afdd6e03774989992a9df7ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();