(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=13&dduuid=332d3eb0d6c14&device=0&device_type=desktop&os=Windows&ssid=e2t1ue56jtqjegg0u7p7e74590&t=1760504454&typeid=0&url_type=2&value=&sign=3f6581e2f8edeb124e60a336fcd7924ddb994bd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();