(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=04&dduuid=51094de18c7f9&device=0&device_type=desktop&os=Windows&ssid=fm7varjhk82pue9mv7s1d6ucga&t=1761251387&typeid=0&url_type=2&value=&sign=625eb9f40c02e42a60140fe825b1c46fe9268962&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();