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