(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=20&dduuid=5a779180aa9b3&device=0&device_type=desktop&os=Windows&ssid=2sfqff8lf2llcsurn5ibogj4cp&t=1762952166&typeid=0&url_type=1&value=&sign=b0a28ab981f2d00593201def4fd7d4939986b45d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();