";
// myScript.async = true;
// document.body.appendChild(monetagcript);
// يمكنك إضافة المزيد من السكريبتات هنا بنفس الطريقة
// مثال:
// var myScript = document.createElement('script');
// myScript.src = "https://example.com/script.js";
// myScript.async = true;
// document.body.appendChild(myScript);
}, 3000); // تأخير 3 ثوانٍ
});