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