(function() { const u = '/apps/statistics.php?aid=236388&browser=IE&created_date=20251222&created_hour=17&dduuid=7481b3752aa29&device=0&device_type=desktop&os=Windows&ssid=2fhruedncsqnudsqhpj7md865s&t=1766395877&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a94df7827711710b653a1da7f3ccddea6ecee992&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();