(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=84a0a654c9035&device=0&device_type=desktop&os=Windows&ssid=g9ieu2htf1bu1furfac4hetg7i&t=1758175415&typeid=0&url_type=2&value=&sign=845349e5d10850d4d0d91bf300f19e242cb40944&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();