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