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