(function() { const u = '/apps/statistics.php?aid=206995&browser=IE&created_date=20251225&created_hour=04&dduuid=4c654af597d9d&device=0&device_type=desktop&os=Windows&ssid=170nnr2utn3piot97ltls6lc29&t=1766609424&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4d0f5601d2a96a370e22a26cd35186b8ab00c7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();