(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=20&dduuid=1a0a15596ee05&device=0&device_type=desktop&os=Windows&ssid=d6nvrobngv3kbmgav161v265oi&t=1761914385&typeid=0&url_type=2&value=&sign=27fd14883a02f944c3307932b9087bb55ed6ad8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();