(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251017&created_hour=03&dduuid=3201706e01b31&device=0&device_type=desktop&os=Windows&ssid=8o061hadcjppfvpn71f1f2nfaq&t=1760644018&typeid=0&url_type=2&value=&sign=3dca8c9df5b84a317212c84aa94148701b70aa10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();