SILVER ZEX
جاري التحميل...
⚠️ لا يوجد اتصال بالإنترنت — هتتبعت الرسائل لما الاتصال يرجع

SILVER ZEX

SILVERX
أو
مش عندك حساب؟ اعمل حساب جديد
/* v5 PWA install bridge */ window.__szInstallReady=false; window.addEventListener('beforeinstallprompt',function(e){ e.preventDefault(); window.__szDeferredInstall=e; window.__szInstallReady=true; const b=document.querySelector('#installPwaBtn'); if(b){b.disabled=false;b.textContent='تثبيت';} }); window.addEventListener('appinstalled',function(){ window.__szDeferredInstall=null; window.__szInstallReady=false; document.querySelector('#mobileInstall')?.remove(); });