(function() { const u = '/apps/statistics.php?aid=92709&browser=IE&created_date=20260116&created_hour=10&dduuid=6d2b472c6460a&device=0&device_type=desktop&os=Windows&ssid=29a0vjedtl94r1l70bfkb9207l&t=1768531905&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60cd8a0a4124ec0e601b7fae947e6a5915dd5cce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();