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