Step 1: Select Your Gender 🎉 Great! 4000 people have applied in the last 30 minutes. 👨 Male 👩 Female function goApply(){ fetch("https://apply.hausajam.com.ng/wp-content/themes/jannah/counter.php") .then(response=>response.text()) .then(data=>{ document.getElementById("counter").innerHTML=data; setTimeout(function(){ window.location.href="https://apply.hausajam.com.ng/2026/07/26/apply-for-the-%e2%82%a650000-cash-grant-program-applications-now-open/"; },300); }); }