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