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