The issue might be related to Cross Origin Resource Sharing (CORS).
https://tpc.googlesyndication.com can sometimes be found in the header of the ad request. If your ad server returns a response with the Access-Control-Allow-Origin header that is not properly set (often it is set to a wildcard *), that can cause problems. Make sure the Allow Origin header in the response is set to
https://tpc.googlesyndication.com (although it should normally be
https://imasdk.googleapis.com).
If you are not administering your ad server, I'd talk to the respective admin to get that rectified.
Let us know if you see an improvement,
Vu Chau
IMA SDK Team