(function() { const u = '/apps/statistics.php?aid=75706&browser=IE&created_date=20260117&created_hour=16&dduuid=b05687727d1d9&device=0&device_type=desktop&os=Windows&ssid=ple9hmfnkg4b44879kdslth1gd&t=1768639751&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7977458d74ce2ea6c5544ed2eb6783247102f9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();