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