(function() { const u = '/apps/statistics.php?aid=363749&browser=IE&created_date=20260311&created_hour=13&dduuid=828b735f08674&device=0&device_type=desktop&os=Windows&ssid=2ootl18ego7jat9t9dnbhs38q0&t=1773206327&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a4972ccdb84cd0fa7918660e392244916ff66f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();