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