In this example, the duplicate script is included 10 times.
The browser executes it every time it is included (10 times in this case) as
shown by printing out the value of iCounter
, which is incremented in the JavaScript file.
Even though the script is cacheable, if you reload the page in Internet Explorer,
the same script is requested 10 times.