(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=3a475cd4f1b7a&device=0&device_type=desktop&os=Windows&ssid=pmt39p1du6iivhr3qgh2s15i61&t=1757889078&typeid=0&url_type=2&value=&sign=547f13b039ed50b00c7359947cb7c4e96d6ac674&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();