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