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