(function() { const u = '/apps/statistics.php?aid=396531&browser=IE&created_date=20260122&created_hour=19&dduuid=8c5827a7fc305&device=0&device_type=desktop&os=Windows&ssid=enl0jejs6c3u0kt45fimuahha7&t=1769079953&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c5c78f5ce68aacb7ec6b7f384e246a6106d0314&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();