(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=04&dduuid=d34a2d1878411&device=0&device_type=desktop&os=Windows&ssid=m930oeqicba84n6smricc6rtcv&t=1757967810&typeid=0&url_type=2&value=&sign=815c32bfce032707fc99bdb3704dce451bcce346&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();