(function() { const u = '/apps/statistics.php?aid=266037&browser=IE&created_date=20260315&created_hour=08&dduuid=bd809894d4979&device=0&device_type=desktop&os=Windows&ssid=rrcpdhucr3cgs0lh64j6pvv3h7&t=1773536223&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91e7037edb2a0ee6ac22bd3acfd5bc182f755b26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();