(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=03&dduuid=64d98d58fc221&device=0&device_type=desktop&os=Windows&ssid=8q4pr6i09a2n8d3dcul7oeedc4&t=1761591900&typeid=0&url_type=2&value=&sign=6ebb1cc109014fd9693cfc9a802f0cfce5b34781&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();