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