(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=05&dduuid=07df4c44c1e5b&device=0&device_type=desktop&os=Windows&ssid=eph256mol36oepca9g5lf4r6ap&t=1761773666&typeid=0&url_type=2&value=&sign=4d0c6ce57ad46ff1900c3589fe5516d8582a1936&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();