(function() { const u = '/apps/statistics.php?aid=213662&browser=IE&created_date=20260305&created_hour=14&dduuid=3a8c5efaa782c&device=0&device_type=desktop&os=Windows&ssid=i5pqopabs2re5llavht4crkgn0&t=1772691623&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17798b9b87004f78f897f9e06fdf473c0cad6599&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();