(function() { const u = '/apps/statistics.php?aid=213700&browser=IE&created_date=20260112&created_hour=12&dduuid=63329aa0da31a&device=0&device_type=desktop&os=Windows&ssid=9ho1nffjljd50e30vrvh8oeue0&t=1768193465&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9632164406c7822ea3fe0f48094f396660b031d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();