(function() { const u = '/apps/statistics.php?aid=456136&browser=IE&created_date=20260311&created_hour=19&dduuid=faf5a79217d49&device=0&device_type=desktop&os=Windows&ssid=i7fr98frvs9l1s9tpa1nloqgpj&t=1773229900&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d434aaa5af612e9c8755fdfca1f2ebaaf07218f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();