(function() { const u = '/apps/statistics.php?aid=443810&browser=IE&created_date=20260223&created_hour=14&dduuid=3afc07b9139aa&device=0&device_type=desktop&os=Windows&ssid=96he7gnfr7rjc5v42t2s9d85r1&t=1771828293&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58a5419b6559e9981831b75f53272aa1351c9850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();