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