(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=13&dduuid=94af8c55f569b&device=0&device_type=desktop&os=Windows&ssid=ie2s7fo9q30mdpeb99gij9k82o&t=1761889880&typeid=0&url_type=2&value=&sign=078d31c1c619cd7295cf8d3727716a27a87e83b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();