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