(function() { const u = '/apps/statistics.php?aid=363907&browser=IE&created_date=20260315&created_hour=10&dduuid=8fd2f056aa138&device=0&device_type=desktop&os=Windows&ssid=sml6uolrjrmei3jalfo8phug8k&t=1773540492&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04f0ad65ad68792b7939427fcad04ba0f03d5823&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();