(function() { const u = '/apps/statistics.php?aid=385767&browser=IE&created_date=20260311&created_hour=02&dduuid=f01164cfcc78e&device=0&device_type=desktop&os=Windows&ssid=v6f627a54tir73se7aqag7qqb9&t=1773168228&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eb4c7f8026da1758c980af627dc1b4e4641d981&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();