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