You'll only see one in reporting (due to the duplicate hit flag), but I'm pretty sure those still count towards server calls in your contract.
I'd recommend going through the code in question and locating all references to the s.t() (or if using the android SDK one of these methods). You're likely going to have more than one instance of an image request going out - figure out which one you want to remove and remove it.