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