(function() { const u = '/apps/statistics.php?aid=291803&browser=IE&created_date=20260116&created_hour=11&dduuid=2edbefe2f8cfb&device=0&device_type=desktop&os=Windows&ssid=82v2khm2rjirn4bec0pb2gmh0g&t=1768534884&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b74d5ffee31bdc3f6e14cd104f42c858dbd5dc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();