(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=11&dduuid=4ab5ab0cb3b1c&device=0&device_type=desktop&os=Windows&ssid=570n0qg4e2jo55urc1oicepqi2&t=1761188427&typeid=0&url_type=2&value=&sign=3a025ce4145b3679a6a34204a19aab05e1603a55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();