(function() { const u = '/apps/statistics.php?aid=387&browser=IE&created_date=20260123&created_hour=00&dduuid=50938c3fb04bc&device=0&device_type=desktop&os=Windows&ssid=gvb98a1ikbc96876cm52gk78p7&t=1769100008&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4223760cebb7c14139f627963fc2ef4800ef3ff8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();