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