(function() { const u = '/apps/statistics.php?aid=149397&browser=IE&created_date=20260308&created_hour=02&dduuid=e7178f50393f4&device=0&device_type=desktop&os=Windows&ssid=3h29e0h4b01og9jngo33q1s4sc&t=1772909288&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1b7ac6dea819a329d7eed81c91f9c0691475ffe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();