(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=62dd743328b1a&device=0&device_type=desktop&os=Windows&ssid=29end06gd9t29ds30aloo9n1df&t=1757860456&typeid=0&url_type=2&value=&sign=c9a026f7867bb890db02dee1c18bdb53b018cdc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();