(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=15&dduuid=ab1c0c2020400&device=0&device_type=desktop&os=Windows&ssid=2ljbm6tb6qd7qi6gpr1ap5fd69&t=1761118036&typeid=0&url_type=1&value=&sign=56cccd6814df2f017b3473a694e9d3a08449de91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();