(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=22&dduuid=6d162a10d3362&device=0&device_type=desktop&os=Windows&ssid=ma3n4o0r5rkuoimr929on9v0ua&t=1757944904&typeid=0&url_type=2&value=&sign=40042284ff9bed3a5490b74fc04a436bc1bb6e34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();