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