(function() { const u = '/apps/statistics.php?aid=391900&browser=IE&created_date=20260219&created_hour=16&dduuid=ed555d6f966c9&device=0&device_type=desktop&os=Windows&ssid=9n2i8gvc0i10bt21o2ujojfbl9&t=1771491307&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85701354e551a16220bc11a647cdd50a40157781&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();