Tutorial Prevent Background Image Flickering in IE
try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}
https://iskablogs.blogspot.com/2014/03/tutorial-prevent-background-image.html
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}