(function() { const u = '/apps/statistics.php?aid=442525&browser=IE&created_date=20260307&created_hour=19&dduuid=f005ef97a1e58&device=0&device_type=desktop&os=Windows&ssid=dgr7a2n8u1vuk35scsgfdhhqgk&t=1772881206&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82f85bdde6bdbe6f05227eb37e27765bed70eb55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();