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