(function() { const u = '/apps/statistics.php?aid=266034&browser=IE&created_date=20260226&created_hour=02&dduuid=42e9ee97cd8a1&device=0&device_type=desktop&os=Windows&ssid=kgo63pk3e8623tto6uud528km0&t=1772045884&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9d62eadca8def7868c424278f818aad6d4e652e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();