(function() { const u = '/apps/statistics.php?aid=213753&browser=IE&created_date=20260226&created_hour=13&dduuid=4822c459eff30&device=0&device_type=desktop&os=Windows&ssid=3a6sv4vb37o15dh4fd72ls7eei&t=1772082478&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=281dda385e45632b5c5439e8a3d76cebed185a5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();