window.onload = () => {
  const images = [
    'https://iwb.jp/s/img/img_hover.png',
  ]
  images.forEach(v => new Image().src = v)
}