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