CANLI
Ana Sayfa🇹🇷 Türkiye🌍 Dünya📈 Ekonomi⚽ Spor💻 Teknoloji🎭 Magazin
Ana SayfaDünyaAs Ukraine fights off Russia’s invasion,
🌍 Dünya

As Ukraine fights off Russia’s invasion, some regions see a rise in premature births

AP News World·🕐 1 sa önce·👁 0 görüntülenme
As Ukraine fights off Russia’s invasion, some regions see a rise in premature births
Nurse Victoria Bohdanova changes the diaper of a premature baby inside a temperature-controlled incubator at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka) 2026-06-08T04:07:20Z ZAPORIZHZHIA, Ukraine (AP) — When Marharyta Nekhoroshyva first saw her newborn son, she was gripped by fear. Born after just 26 weeks of pregnancy, he weighed only 940 grams (2 pounds) and wore diapers no larger than the palm of an adult hand. “The doctors told me that if he survived the first three days, everything would be OK,” she said, tears filling her eyes. “I don’t believe in God, but I was praying.” Now 9 months old, Mark is energetic and lively, but he has chronic breathing problems and requires frequent hospital stays. Nekhoroshyva must navigate her son’s illness while living under the constant threat of attack in the Ukrainian city of Zaporizhzhia, where hospitals board up their windows because blast waves from Russian strikes routinely shatter glass. She is doing it alone while her husband fights in the war. A rising number of babies are being born prematurely — before 37 weeks of pregnancy — in Ukraine, particularly in regions near the front lines, where some areas have seen rates nearly double since the conflict started with Russia’s invasion in 2022. Experts say the reasons for premature births are complex, but the profound psychological and physical stress the war is inflicting on pregnant mothers is contributing. The delicate work of keeping the fragile newborns alive is made only more difficult by the conflict. When their babies are at the main children’s hospital in Zaporizhzhia, Nekhoroshyva and other mothers descend with their children into the shelter each night. In the narrow, dimly lit hallways, they rock and soothe their infants to sleep. Ukraine is seeing a rise in premature births While fewer women in Ukraine are giving birth overall due to displacement, emigration and other factors during the war, a growing share of births are premature, according to data from the United Nations and recent scientific studies. In the southern region of Kherson, the preterm birth rate nearly doubled from 5.4% in 2019 to 9.8% in 2025, according to the U.N. In the Zaporizhzhia region, also in the south, it rose from 5.7% in 2019 to 7.6% in 2025. In Poltava, a region in northeastern Ukraine, the rate rose from 7.7% to 9.8% over the same period. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i The front line cuts through both the Kherson and Zaporizhzhia regions, which frequently see attacks on residential areas. Poltava is some distance away from the front but is frequently hit by aerial strikes. The link between maternal stress and premature birth is complex, but a growing body of research suggests that prolonged psychological strain increases the risk of babies being born early, experts say. It may be tied to an increased risk of infection, a known trigger for preterm labor, said Dr. Andrew Weeks, a professor of international maternal healthcare at the University of Liverpool. Sign up for Morning Wire: Our flagship newsletter breaks down the biggest headlines of the day. Email address Sign up By checking this box, you agree to AP's Terms of Use and acknowledge that AP may collect and use your data pursuant to our Privacy Policy. [data-ap-newsletter-embed-nlmw25] { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; width: 100%; max-width: 720px; min-width: 0; padding: 16px 16px 16px 16px; box-sizing: border-box; border-radius: 8px; border: 1px solid #E6E6E7; background: #F2F2F2; box-shadow: 0 4px 4px 4px rgba(102, 102, 102, 0.40); font-family: "AP Var", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #000; container-type: inline-size; container-name: ap-nl-nlmw25; margin-left: auto; margin-right: auto; align-self: center; justify-self: center; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-accent-nlmw25 { width: 48px; height: 6px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-title-nlmw25 { align-self: stretch; color: #000; font-family: "AP Var", system-ui, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 150%; margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-title-nlmw25 strong { font-weight: 700; line-height: 130%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { margin: 0; display: flex; flex-direction: column; gap: 16px; width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { display: flex; align-items: center; gap: 12px; width: 100%; flex-wrap: nowrap; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; min-width: 0; border: 1px solid #E6E6E7; border-radius: 10px; padding: 11px 12px; font-size: 14px; line-height: 1.2; outline: none; box-sizing: border-box; background: #fff; color: #000; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25 { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1 0 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25:focus { border-color: rgba(0,0,0,.35); box-shadow: 0 0 0 3px rgba(255, 50, 46, 0.18); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { display: flex; justify-content: center; align-items: center; height: 40px; max-height: 40px; padding: 8px 16px; border-radius: 24px; background: #191919; color: #ffffff; border: none; font-size: 14px; font-weight: 600; line-height: 1; cursor: pointer; white-space: nowrap; transition: background 150ms ease, transform 120ms ease; flex: 0 0 auto; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25:hover { background: #000000; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25:active { transform: scale(0.98); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-disclaimer-nlmw25 { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; align-self: stretch; background: rgba(255, 255, 255, 0); background-blend-mode: multiply; margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-check-nlmw25 { display: flex; gap: 8px; align-items: flex-start; user-select: none; cursor: pointer; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-checkbox-nlmw25 { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--ap-accent); flex: 0 0 auto; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-checktext-nlmw25 { font-size: 12px; line-height: 1.35; color: var(--ap-muted); } [data-ap-newsletter-embed-nlmw25] a { color: var(--ap-text); text-decoration: underline; text-underline-offset: 2px; } [data-ap-newsletter-embed-nlmw25] a:hover { color: var(--ap-accent); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-messages-nlmw25 { margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-error-nlmw25:empty, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25:empty { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25 { margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-messages-nlmw25:has(.ap-newsletter-error-nlmw25:empty):has(.ap-newsletter-help-nlmw25:empty) { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-error-nlmw25 { margin: 0; font-size: 12px; line-height: 1.35; color: var(--ap-error); min-height: 1.2em; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25 { margin: 6px 0 0; font-size: 12px; line-height: 1.35; color: var(--ap-muted); } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-input-nlmw25 { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.10); color: rgba(0,0,0,.70); cursor: default; } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-button-nlmw25 { display: none; } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-disclaimer-nlmw25 { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-bot-field-nlmw25 { position: absolute !important; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; } [data-ap-newsletter-embed-nlmw25] .ap-sr-only-nlmw25 { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } @container ap-nl-nlmw25 (max-width: 420px) { [data-ap-newsletter-embed-nlmw25] { max-width: 350px; padding: 16px; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { flex-direction: column; align-items: stretch; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; } } @media (max-width: 420px) { [data-ap-newsletter-embed-nlmw25] { max-width: 350px; padding: 16px; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { flex-direction: column; align-items: stretch; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; } } const NL_DEFAULT_CONFIG_NLMW25 = { apiUrl: '/api/newsletter/signup', defaultNewsletterList: ['Morning Wire Subscribers'], recaptchaSiteKey: '6Lf06WQrAAAAABB9Ms3Gru2SFLSxUYrLqP5YLDMn', recaptchaHeader: 'X-ReCaptcha-Token', /* UTM params to append to the page URL used as the request referrer. This does NOT modify the subscription payload. */ referrerUtmParams: { utm_source: 'embed' }, messages: { invalidEmail: 'Please use a valid email address.', disclaimerRequired: 'Please check disclaimer before proceeding.', invalidBoth: 'Please provide a valid email address, and check disclaimer.', genericError: 'Something went wrong. Please try again later.', botBlocked: 'Please try again.', recaptchaLoadFail: 'Failed to load reCAPTCHA. Please refresh the page and try again.', recaptchaRequired: 'reCAPTCHA verification is required. Please ensure reCAPTCHA is loaded on this page.', recaptchaFailed: 'reCAPTCHA verification failed. Please refresh the page and try again.', verificationFailed: 'Verification failed. Please try again.' } }; (function (nlConfigNLMW25) { const nlEmailRegexNLMW25 = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/; const nlRecaptchaCheckIntervalNLMW25 = 100; const nlRecaptchaMaxAttemptsNLMW25 = 50; function nlIsValidEmailNLMW25(email) { return nlEmailRegexNLMW25.test(String(email || '').trim()); } function nlBuildReferrerUrlNLMW25(utmParams) { try { const url = new URL(window.location.href); Object.entries(utmParams || {}).forEach(([key, value]) => { if (value !== undefined && value !== null && value !== '') { url.searchParams.set(key, value); } }); return url.toString(); } catch (err) { console.warn('Unable to build referrer URL with UTM params:', err); return window.location.href; } } function nlLoadRecaptchaScriptNLMW25(siteKey, callback) { if (typeof window.grecaptcha !== 'undefined') { callback && callback(); return; } const existingScript = document.querySelector('script[src*="recaptcha/api.js"]'); if (existingScript) { const checkInterval = setInterval(() => { if (typeof window.grecaptcha !== 'undefined') { clearInterval(checkInterval); callback && callback(); } }, nlRecaptchaCheckIntervalNLMW25); return; } const script = document.createElement('script'); script.src = `https://www.google.com/recaptcha/api.js?render=${encodeURIComponent(siteKey)}`; script.async = true; script.defer = true; script.onload = () => callback && callback(); script.onerror = () => { console.error('Failed to load reCAPTCHA script'); callback && callback(false); }; document.head.appendChild(script); } function nlWaitForRecaptchaNLMW25(callback, maxAttempts = nlRecaptchaMaxAttemptsNLMW25) { let attempts = 0; const checkRecaptcha = () => { attempts++; if ( typeof window.grecaptcha !== 'undefined' && typeof window.grecaptcha.execute === 'function' ) { callback(true); } else if (attempts token && token.length > 0 ? token : null) .catch(error => { const errorMsg = error?.message || String(error); if ( errorMsg.includes('No reCAPTCHA clients') || errorMsg.includes('not initialized') || errorMsg.includes('Invalid site key') ) { throw new Error('recaptcha_failed'); } throw error; }); } const nlEmbedsNLMW25 = document.querySelectorAll('[data-ap-newsletter-embed-nlmw25]'); nlEmbedsNLMW25.forEach((rootNLMW25, idxNLMW25) => { const formNLMW25 = rootNLMW25.querySelector('.ap-newsletter-form-nlmw25'); const emailInputNLMW25 = rootNLMW25.querySelector('.ap-newsletter-input-nlmw25'); const checkboxNLMW25 = rootNLMW25.querySelector('.ap-newsletter-checkbox-nlmw25'); const errorElNLMW25 = rootNLMW25.querySelector('.ap-newsletter-error-nlmw25'); const helpElNLMW25 = rootNLMW25.querySelector('.ap-newsletter-help-nlmw25'); const botFieldNLMW25 = rootNLMW25.querySelector('.ap-newsletter-bot-field-nlmw25'); const recaptchaDivNLMW25 = rootNLMW25.querySelector('.ap-newsletter-recaptcha-nlmw25'); let nlIsSubmittingNLMW25 = false; const newsletterListNLMW25 = nlConfigNLMW25.defaultNewsletterList; const recaptchaSiteKeyNLMW25 = nlConfigNLMW25.recaptchaSiteKey; const requestReferrerNLMW25 = nlBuildReferrerUrlNLMW25(nlConfigNLMW25.referrerUtmParams); const emailIdNLMW25 = `nl-email-nlmw25-${idxNLMW25}`; const helpIdNLMW25 = `nl-help-nlmw25-${idxNLMW25}`; const errIdNLMW25 = `nl-error-nlmw25-${idxNLMW25}`; const recaptchaIdNLMW25 = `recaptcha-nlmw25-${idxNLMW25}`; emailInputNLMW25.id = emailIdNLMW25; helpElNLMW25.id = helpIdNLMW25; errorElNLMW25.id = errIdNLMW25; if (recaptchaDivNLMW25) { recaptchaDivNLMW25.id = recaptchaIdNLMW25; if (recaptchaSiteKeyNLMW25) { recaptchaDivNLMW25.setAttribute('data-sitekey', recaptchaSiteKeyNLMW25); } } emailInputNLMW25.setAttribute('aria-describedby', `${helpIdNLMW25} ${errIdNLMW25}`); const nlSetErrorNLMW25 = (msg) => { errorElNLMW25.textContent = msg || ''; errorElNLMW25.style.display = msg ? 'block' : 'none'; }; const nlHideErrorNLMW25 = () => nlSetErrorNLMW25(''); const nlSetSubmittedNLMW25 = () => { rootNLMW25.classList.add('is-submitted-nlmw25'); emailInputNLMW25.value = 'SUBMITTED'; emailInputNLMW25.style.fontWeight = 'bold'; emailInputNLMW25.setAttribute('readonly', 'readonly'); emailInputNLMW25.setAttribute('aria-invalid', 'false'); nlHideErrorNLMW25(); }; const nlSubscribeNLMW25 = (tokenNLMW25) => { if (nlIsSubmittingNLMW25) return; if (botFieldNLMW25?.value) { console.warn('Bot field filled --', botFieldNLMW25.value); nlSetErrorNLMW25(nlConfigNLMW25.messages.botBlocked); return; } const emailNLMW25 = String(emailInputNLMW25.value || '').trim(); const emailOkNLMW25 = nlIsValidEmailNLMW25(emailNLMW25); const disclaimerOkNLMW25 = checkboxNLMW25.checked; if (!emailOkNLMW25 && !disclaimerOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidBoth); emailInputNLMW25.setAttribute('aria-invalid', 'true'); emailInputNLMW25.focus(); return; } if (!emailOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidEmail); emailInputNLMW25.setAttribute('aria-invalid', 'true'); emailInputNLMW25.focus(); return; } if (!disclaimerOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.disclaimerRequired); checkboxNLMW25.focus(); return; } nlIsSubmittingNLMW25 = true; const headersNLMW25 = { 'Content-Type': 'application/json' }; if (tokenNLMW25) { headersNLMW25[nlConfigNLMW25.recaptchaHeader] = tokenNLMW25; } fetch(nlConfigNLMW25.apiUrl, { method: 'POST', headers: headersNLMW25, body: JSON.stringify({ emailId: emailNLMW25, newsLetterListToSubscribe: newsletterListNLMW25 }), /* This is the key change: send the current page URL + UTM params as the referrer. Example: https://.../article/... ?utm_source=embed */ referrer: requestReferrerNLMW25, referrerPolicy: 'strict-origin-when-cross-origin' }) .then(response => response.json() .then(data => ({ status: response.status, data })) .catch(() => ({ status: response.status, data: null })) ) .then(result => { nlIsSubmittingNLMW25 = false; const hasVerificationErrorNLMW25 = result.data && ( result.data.message?.includes('Verification Failed') || result.data.error?.includes('Verification Failed') ); if (hasVerificationErrorNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.verificationFailed); return; } if (result.status === 200) { if (typeof window.NLSignup === 'function') { try { window.NLSignup(emailNLMW25); } catch (err) {} } window.dispatchEvent(new CustomEvent('nl:newsletterSignup:nlmw25', { detail: { email: emailNLMW25, source: 'Morning Wire Embed', newsletters: newsletterListNLMW25, referrer: requestReferrerNLMW25 } })); nlSetSubmittedNLMW25(); } else { const errorMsgNLMW25 = result.data?.message || result.data?.error || nlConfigNLMW25.messages.genericError; nlSetErrorNLMW25(errorMsgNLMW25); } }) .catch(error => { nlIsSubmittingNLMW25 = false; console.error('Newsletter subscription error:', error); nlSetErrorNLMW25(nlConfigNLMW25.messages.genericError); }); }; const nlAttemptRecaptchaNLMW25 = () => { if (!recaptchaSiteKeyNLMW25) { nlWaitForRecaptchaNLMW25(isAvailable => { if (!isAvailable) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired); nlIsSubmittingNLMW25 = false; return; } nlExecuteRecaptchaNLMW25() .then(token => nlSubscribeNLMW25(token)) .catch(() => nlSubscribeNLMW25(null)); }); return; } nlLoadRecaptchaScriptNLMW25(recaptchaSiteKeyNLMW25, success => { if (success === false) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaLoadFail); nlIsSubmittingNLMW25 = false; return; } nlWaitForRecaptchaNLMW25(isAvailable => { if (!isAvailable) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired); nlIsSubmittingNLMW25 = false; return; } const runExecuteNLMW25 = () => { nlExecuteRecaptchaNLMW25() .then(token => nlSubscribeNLMW25(token)) .catch(error => { if (error?.message === 'recaptcha_failed') { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaFailed); nlIsSubmittingNLMW25 = false; } else { console.warn('reCAPTCHA error:', error); nlSubscribeNLMW25(null); } }); }; if (typeof window.grecaptcha.ready === 'function') { window.grecaptcha.ready(runExecuteNLMW25); } else { runExecuteNLMW25(); } }); }); }; formNLMW25.addEventListener('submit', e => { e.preventDefault(); if (rootNLMW25.classList.contains('is-submitted-nlmw25') || nlIsSubmittingNLMW25) return; nlHideErrorNLMW25(); nlAttemptRecaptchaNLMW25(); }); emailInputNLMW25.addEventListener('input', () => { nlHideErrorNLMW25(); emailInputNLMW25.setAttribute('aria-invalid', 'false'); }); checkboxNLMW25.addEventListener('change', nlHideErrorNLMW25); }); })(NL_DEFAULT_CONFIG_NLMW25); “Premature birth is very affected by infection,” he said. “And if you can’t get to a place where you can get appropriate diagnosis and treatment early, then actually the chance of you going into premature labor is higher.” It’s not just premature births that are rising in Ukraine; emergency cesarean sections and other complications are, too, said Isaac Hurskin, spokesperson for the U.N. Population Fund. “We’re seeing this real link between acute stress and birthing and pregnancy-related complications,” he said. Those complications could compound a demographic crisis. Ukraine’s fertility rate has fallen to among the lowest in the world, dropping to roughly one child per woman over the past three years — far below the 2.1 replacement rate, Hurskin said. Premature babies need extensive care — and that’s difficult during a war Inside an incubator in the intensive care unit at the maternity hospital in the city of Zaporizhzhia lies a baby born at 30 weeks and weighing only 700 grams (1 pound, 9 ounces) — well below the threshold of 2,500 grams (5 pounds, 8 ounces) that the World Health Organization classifies as low birth weight. Her tiny body is kept alive inside the temperature-controlled incubator. IV lines deliver nutrients and medication, while a ventilator helps her breathe. The incubator is draped with a blanket to protect her fragile, developing eyes from the harsh fluorescent lights of the ward. Treatment focuses on helping premature babies gain weight and eventually breathe on their own, but complications can be extensive, said Dr. Andrii Lobanov, head of the neonatal intensive care at Zaporizhzhia’s children’s hospital. Oxygen levels, for instance, must be managed precisely because of the risk of abnormal blood vessel growth in the eyes, leading to blindness in severe cases. Even after they leave intensive care, children born prematurely often require long-term care — possibly for life — for respiratory, neurological, developmental or immune-related conditions. That is a burden on cash-strapped countries like Ukraine. “It is very expensive and of course a country in a war situation has to decide what it’s going to spend on, so hospital services invariably get hit. Both literally and metaphorically,” Weeks said. Mothers must navigate caring for babies during the war and often on their own Air raid sirens have become part of daily life inside neonatal intensive care units. When they sound, doctors stay beside the babies rather than rushing them to shelters, knowing that moving the fragile newborns could be even more dangerous. The sirens go off too frequently to stop work each time anyway. Dr. Nataliia Bohuslavska, head of the neonatal unit at the maternity hospital in Zaporizhzhia, began one day last month with air raid alerts warning of incoming missile attacks. By the afternoon, a Russian glide bomb had struck a commercial area of the city, killing at least 12 people. Care continued all along: Doctors performed two cesarean sections and delivered a baby while also treating a 42-year-old woman who miscarried after witnessing an airstrike. The next day, a black flag fluttered by the hospital entrance to mourn those killed. Bohuslavska knows every mother on her ward by first name — their complicated cases, their fears, and their tiny babies fighting for survival. Bohuslavska has worked at the hospital for 26 years and was born there herself. The war compounds the difficulties experienced by every pregnant woman she cares for, she said. “She wonders what kind of world her child will be born into, under what conditions the birth will happen, and whether it will be a moment of joy or one gripped by fear with shells exploding nearby,” she said. Many mothers endure the ordeal alone while their husbands are fighting. “When a patient calls to say her husband has been killed in the war, the only thing I can tell her is: ‘Come to us. We will take care of you,’” Bohuslavska said. “We have to support her constantly, so that even in the midst of this terrible loss, she can find the strength to give new life a chance and save her baby.” One baby goes home For Mariia Skladan, it was finally time to go home. Her daughter, Elina, was born in January at just 26 weeks, weighing 740 grams (1 pound, 10 ounces). Five months later, after growing to a healthy 3 1/2 kilograms (nearly 8 pounds), doctors said she was strong enough to be discharged. Skladan has a rare liver disease that doctors warned would make it nearly impossible for her to conceive. Her pregnancy was considered a miracle, Bohuslavska said. “If there’s a war, what does it mean? Not to live?” Skladan asked. “You want to keep going.” When she and Elina emerged from the maternity hospital, her family was waiting with flowers. Skladan broke down in tears of joy. But the relief was short-lived. The very next day, Elina was back in intensive care after contracting a virus overnight. ___ Associated Press journalist Volodymyr Yurchuk contributed from Kyiv, Ukraine. SAMYA KULLAB Kullab is an Associated Press reporter covering Ukraine since June 2023. Before that, she covered Iraq and the wider Middle East from her base in Baghdad since joining the AP in 2019. twitter instagram mailto 获取更多RSS: https://feedx.net https://feedx.site

A rising number of babies are being born prematurely — before 37 weeks of pregnancy — in Ukraine, particularly in regions near the frontlines, where some areas have seen rates nearly double since the conflict started with Russia’s invasion in 2022. Experts say the reasons for premature births are complex, but the profound psychological and physical stress the war is inflicting on pregnant mothers is contributing. ( AP video shot by: Vasilisa Stepanenko)Nurse Victoria Bohdanova changes the diaper of a premature baby inside a temperature-controlled incubator at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Marharyta Nekhoroshyva holds her son Mark inside a shelter at the children’s regional hospital of Zaporizhzhia, Ukraine, on Thursday, May 7, 2026. (AP Photo/Evgeniy Maloletka)A nurse checks the temperature of a premature baby inside a temperature-controlled incubator at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Mariia Skladan, right, her husband Vladyslav and their daughter Elina pose for a photo after mother and baby left the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Dr. Nataliia Bohuslavska, head of the neonatal unit, poses for a photo at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Nurse Victoria Bohdanova changes the diaper of a premature baby inside a temperature-controlled incubator at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Marharyta Nekhoroshyva holds her son Mark inside a shelter at the children’s regional hospital of Zaporizhzhia, Ukraine, on Thursday, May 7, 2026. (AP Photo/Evgeniy Maloletka)A nurse checks the temperature of a premature baby inside a temperature-controlled incubator at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Mariia Skladan, right, her husband Vladyslav and their daughter Elina pose for a photo after mother and baby left the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka)Dr. Nataliia Bohuslavska, head of the neonatal unit, poses for a photo at the regional perinatal center of Zaporizhzhia, Ukraine, Wednesday, May 6, 2026. (AP Photo/Evgeniy Maloletka) ZAPORIZHZHIA, Ukraine (AP) — When Marharyta Nekhoroshyva first saw her newborn son, she was gripped by fear. Born after just 26 weeks of pregnancy, he weighed only 940 grams (2 pounds) and wore diapers no larger than the palm of an adult hand.“The doctors told me that if he survived the first three days, everything would be OK,” she said, tears filling her eyes. “I don’t believe in God, but I was praying.”Now 9 months old, Mark is energetic and lively, but he has chronic breathing problems and requires frequent hospital stays.Nekhoroshyva must navigate her son’s illness while living under the constant threat of attack in the Ukrainian city of Zaporizhzhia, where hospitals board up their windows because blast waves from Russian strikes routinely shatter glass. She is doing it alone while her husband fights in the war.A rising number of babies are being born prematurely — before 37 weeks of pregnancy — in Ukraine, particularly in regions near the front lines, where some areas have seen rates nearly double since the conflict started with Russia’s invasion in 2022.Experts say the reasons for premature births are complex, but the profound psychological and physical stress the war is inflicting on pregnant mothers is contributing. The delicate work of keeping the fragile newborns alive is made only more difficult by the conflict.When their babies are at the main children’s hospital in Zaporizhzhia, Nekhoroshyva and other mothers descend with their children into the shelter each night. In the narrow, dimly lit hallways, they rock and soothe their infants to sleep.While fewer women in Ukraine are giving birth overall due to displacement, emigration and other factors during the war, a growing share of births are premature, according to data from the United Nations and recent scientific studies.In the southern region of Kherson, the preterm birth rate nearly doubled from 5.4% in 2019 to 9.8% in 2025, according to the U.N. In the Zaporizhzhia region, also in the south, it rose from 5.7% in 2019 to 7.6% in 2025. In Poltava, a region in northeastern Ukraine, the rate rose from 7.7% to 9.8% over the same period. The front line cuts through both the Kherson and Zaporizhzhia regions, which frequently see attacks on residential areas. Poltava is some distance away from the front but is frequently hit by aerial strikes.The link between maternal stress and premature birth is complex, but a growing body of research suggests that prolonged psychological strain increases the risk of babies being born early, experts say. It may be tied to an increased risk of infection, a known trigger for preterm labor, said Dr. Andrew Weeks, a professor of international maternal healthcare at the University of Liverpool. “Premature birth is very affected by infection,” he said. “And if you can’t get to a place where you can get appropriate diagnosis and treatment early, then actually the chance of you going into premature labor is higher.”It’s not just premature births that are rising in Ukraine; emergency cesarean sections and other complications are, too, said Isaac Hurskin, spokesperson for the U.N. Population Fund.“We’re seeing this real link between acute stress and birthing and pregnancy-related complications,” he said.Those complications could compound a demographic crisis. Ukraine’s fertility rate has fallen to among the lowest in the world, dropping to roughly one child per woman over the past three years — far below the 2.1 replacement rate, Hurskin said.Inside an incubator in the intensive care unit at the maternity hospital in the city of Zaporizhzhia lies a baby born at 30 weeks and weighing only 700 grams (1 pound, 9 ounces) — well below the threshold of 2,500 grams (5 pounds, 8 ounces) that the World Health Organization classifies as low birth weight.Her tiny body is kept alive inside the temperature-controlled incubator. IV lines deliver nutrients and medication, while a ventilator helps her breathe. The incubator is draped with a blanket to protect her fragile, developing eyes from the harsh fluorescent lights of the ward. Treatment focuses on helping premature babies gain weight and eventually breathe on their own, but complications can be extensive, said Dr. Andrii Lobanov, head of the neonatal intensive care at Zaporizhzhia’s children’s hospital. Oxygen levels, for instance, must be managed precisely because of the risk of abnormal blood vessel growth in the eyes, leading to blindness in severe cases.Even after they leave intensive care, children born prematurely often require long-term care — possibly for life — for respiratory, neurological, developmental or immune-related conditions.That is a burden on cash-strapped countries like Ukraine.“It is very expensive and of course a country in a war situation has to decide what it’s going to spend on, so hospital services invariably get hit. Both literally and metaphorically,” Weeks said.Air raid sirens have become part of daily life inside neonatal intensive care units. When they sound, doctors stay beside the babies rather than rushing them to shelters, knowing that moving the fragile newborns could be even more dangerous. The sirens go off too frequently to stop work each time anyway.Dr. Nataliia Bohuslavska, head of the neonatal unit at the maternity hospital in Zaporizhzhia, began one day last month with air raid alerts warning of incoming missile attacks. By the afternoon, a Russian glide bomb had struck a commercial area of the city, killing at least 12 people.Care continued all along: Doctors performed two cesarean sections and delivered a baby while also treating a 42-year-old woman who miscarried after witnessing an airstrike.The next day, a black flag fluttered by the hospital entrance to mourn those killed. Bohuslavska knows every mother on her ward by first name — their complicated cases, their fears, and their tiny babies fighting for survival. Bohuslavska has worked at the hospital for 26 years and was born there herself.The war compounds the difficulties experienced by every pregnant woman she cares for, she said.“She wonders what kind of world her child will be born into, under what conditions the birth will happen, and whether it will be a moment of joy or one gripped by fear with shells exploding nearby,” she said.Many mothers endure the ordeal alone while their husbands are fighting.“When a patient calls to say her husband has been killed in the war, the only thing I can tell her is: ‘Come to us. We will take care of you,’” Bohuslavska said.“We have to support her constantly, so that even in the midst of this terrible loss, she can find the strength to give new life a chance and save her baby.”For Mariia Skladan, it was finally time to go home.Her daughter, Elina, was born in January at just 26 weeks, weighing 740 grams (1 pound, 10 ounces). Five months later, after growing to a healthy 3 1/2 kilograms (nearly 8 pounds), doctors said she was strong enough to be discharged.Skladan has a rare liver disease that doctors warned would make it nearly impossible for her to conceive. Her pregnancy was considered a miracle, Bohuslavska said.“If there’s a war, what does it mean? Not to live?” Skladan asked. “You want to keep going.”When she and Elina emerged from the maternity hospital, her family was waiting with flowers. Skladan broke down in tears of joy.But the relief was short-lived.The very next day, Elina was back in intensive care after contracting a virus overnight.___Associated Press journalist Volodymyr Yurchuk contributed from Kyiv, Ukraine.

Kaynak: AP News WorldOrijinal Habere Git →
İlgili Haberler