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