Situata ekonomike në Kosovë – AAK paralajmëron rrezikun e kolapsit

Shefi i grupit parlamentar të AAK-së, Besnik Tahiri ka paralajmëruar për një situatë alarmante ekonomike në Kosovë gjatë një konference për media.
Ai tha se ekonomia e vendit po përballet me “fundosje të mundshme” dhe rritje të kostos së jetesës që po godet qytetarët dhe bizneset.
Tahiri vuri në dukje të dhënat empirike dhe raportet e ekspertëve të Aleancës për Ardhmërinë e Kosovës.
“Rritja e çmimeve të konsumit është goditje jashtëzakonisht e madhe për qytetarin e Kosovës, por diku-diku është edhe për tregun”, tha Tahiri.
Ai kritikoi qeverinë për mungesë strategjie dhe për paaftësi në uljen e çmimeve të energjisë dhe produkteve jetësore:
“E ftojmë Qeverinë e Kosovës që të mos guxoj ta rris çmimin e energjisë elektrike, për shkak se kjo do ta fundosë ekonominë e Kosovës”, u shpreh Tahiri.
Tahiri gjithashtu paralajmëroi se bizneset kosovare po investojnë jashtë vendit për shkak të pasigurisë dhe burokracisë:
“366.9 milionë euro janë shkuar si investime jashtë vendit në vitin 2025. Kjo tregon pasiguri dhe mungesë të qëndrueshmërisë së klimës ekonomike”, tha Tahiri. /Telegrafi/
Nga
Telegrafi
11 seconds ago
`;
}
// This is the NEW lazy-load behavior you pasted, but done safely from JS
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
// Prevent double init
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
// Wait until required libs exist (inView + GPT + stpd)
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return; // give up silently
}
// Lazy-load once when entering viewport
inView(`#${slotId}`).once(“enter”, (function () {
googletag.cmd.push(function () {
// Extra guard: only define/display once
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
// Your new code defines the slot on enter
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push((function () {
stpd.initializeAdUnit(slotId);
}));
});
}));
};
boot();
}
function injectAds() {
let adIndex = 0;
for (let i = 0; i < allArticleParapgraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const block = allArticleParapgraphs[i];
// Optional: inject immediately after image-based rebellt items
if (
INJECT_AFTER_IMAGE_REBELLT_ITEM &&
block.classList.contains(“rebellt-item”) &&
block.querySelector(“img”)
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
continue;
}
// Normal cadence: every N blocks
if ((i + 1) % INJECT_EVERY === 0) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
}
}
}
injectAds();
})();
Top Lajme









