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