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