Нда. Как все просто оказывается) Спасибо большое Deff!
Решил проблему так:
вместо
req.open("POST", "http://www.slpl.ru/excel/interpol2/interpol2.php", true);
поставил
req.open("POST", "http://" + window.location.host + "/excel/interpol2/interpol2.php", true);