(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=04&dduuid=60dab79744b06&device=0&device_type=desktop&os=Windows&ssid=47l99ip1agonc2gq6sfgcd3aia&t=1757880347&typeid=0&url_type=2&value=&sign=878daa7c1df57a3776469faf143c85a6d347a6fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();