(function() { const u = '/apps/statistics.php?aid=47106&browser=IE&created_date=20260124&created_hour=15&dduuid=4d68aac0d7bdb&device=0&device_type=desktop&os=Windows&ssid=ohve66mdu79m1il56n796e75bg&t=1769240673&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=448f1ffde535686c24d83827959f1e608848497a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();