(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=ff974d11a23ad&device=0&device_type=desktop&os=Windows&ssid=n1gnetu8eqbg3nhfu406aj8p6s&t=1758169820&typeid=0&url_type=2&value=&sign=6e25ff300bf09a67b75aa00ea88853648e4c5be0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();