<!DOCTYPE html>
<html>
<head><title>Before</title></head>
<body>
<script src="http://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script>
<img src="http://example.com/pixel.php">
</body>
</html>
<!DOCTYPE html>
<html>
<head><title>After</title></head>
<body>
<img src="http://example.com/pixel.php">
<script src="http://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script>
</body>
</html>