(function() { const u = '/apps/statistics.php?aid=363148&browser=IE&created_date=20260125&created_hour=02&dduuid=3ac49a4bd012a&device=0&device_type=desktop&os=Windows&ssid=5h038kfo58d8k2pctop3o9hmg1&t=1769279855&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a07863173e09086d5cb874b048985eb828968c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();