(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=12&dduuid=9d1d8d3aed520&device=0&device_type=desktop&os=Windows&ssid=s77su8mato82ue3qmov6fvbp69&t=1757909153&typeid=0&url_type=2&value=&sign=a672c77456f5d21aad670d07ca8d841699351a3b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();