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