(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=17&dduuid=3627d3eb14647&device=0&device_type=desktop&os=Windows&ssid=5ojomhl26dgqvfnpk02r3sa7v7&t=1760519575&typeid=0&url_type=1&value=&sign=0930df1edcb911e6f1a6591e40551ae81d3628b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();