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