(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251025&created_hour=04&dduuid=3c439493fa1e2&device=0&device_type=desktop&os=Windows&ssid=8m2tf04g7aiv0k83vbl4hjcg5b&t=1761336452&typeid=0&url_type=2&value=&sign=00167193cfdc138a28529c19637f7e1730d56059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();