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