(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=03&dduuid=7cc82f3c5ad1b&device=0&device_type=desktop&os=Windows&ssid=6lnrnv89sqkq3io9s30d3t7g29&t=1757966122&typeid=0&url_type=2&value=&sign=29c2700a3f434f25965ad3ec98394f94c85c26d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();