(function() { const u = '/apps/statistics.php?aid=432723&browser=IE&created_date=20251229&created_hour=02&dduuid=2cd25efcccb40&device=0&device_type=desktop&os=Windows&ssid=c8fcjf4agcgs1cudccstdo2678&t=1766947314&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b02319856faefa21005d41775fe56f863883a55d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();