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