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