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