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