(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=42ffead65de23&device=0&device_type=desktop&os=Windows&ssid=7n9o7741ea9s8u82l4hnfaj228&t=1757860397&typeid=0&url_type=2&value=&sign=1f0258bfb3a2c50b1d0d59cccc6b9b58caaebfa5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();