(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=21&dduuid=5d656c798f5ad&device=0&device_type=desktop&os=Windows&ssid=2g7cvsqqclak63o33ov796i1g2&t=1762089645&typeid=0&url_type=2&value=&sign=cec981cafb468fa97f570a31d6446020a58a935d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();