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