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