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