Syria army renews assault on last Daesh-held town — monitor

A wounded man receives treatment at a makeshift hospital in the rebel-held besieged town of Arbin, in the Eastern Ghouta region on the outskirts of Damascus, following reported shelling on Thursday (AFP photo)

Daesh still holds around 25 per cent of countryside of Deir Ezzor


BEIRUT — The Syrian army on Thursday entered Albu Kamal, the last town in the country held by the Daesh terror group, several days after the extremists recaptured it, a monitor said.

The town in the eastern province of Deir Ezzor on the border with Iraq was initially captured by the army and allied forces a month ago but Daesh retook it in a counterattack.

The Britain-based Syrian Observatory for Human Rights said the new offensive had successfully penetrated the town, with troops backed by Russian air strikes advancing from the west, east and south.

"Fighting is ongoing inside the town, there is artillery fire and there are Russian air strikes," observatory director Rami Abdel Rahman said.

The first assault on Albu Kamal was spearheaded by Syrian government allies, including Iraqi and Lebanese Shiite fighters, and advisers from Iran's Revolutionary Guard, the observatory said.

"This time, the military operation is being led directly by regime forces," Abdel Rahman said, adding that troops had taken the town's eastern, southern and western suburbs.

Daesh still holds around 25 per cent of the countryside of Deir Ezzor province but are under attack not only by government forces but also by US-backed Kurdish-led fighters.

The extremists once controlled a territory the size of Britain, proclaiming a "caliphate" in 2014 that spanned Syria and Iraq.

But they have successively lost all their key strongholds, including Raqqa in Syria and Mosul in Iraq.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });