(function() { const u = '/apps/statistics.php?aid=47110&browser=IE&created_date=20260228&created_hour=02&dduuid=493934e6ab455&device=0&device_type=desktop&os=Windows&ssid=ka3m864rquhcipo30ofd5mf42b&t=1772215607&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10d786b374f7d71f2039c14d07e6545c12c25a26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();