(function() { const u = '/apps/statistics.php?aid=403979&browser=IE&created_date=20260310&created_hour=21&dduuid=03dd92a78e561&device=0&device_type=desktop&os=Windows&ssid=7jq7cii12acrp515do91ht2vmt&t=1773150790&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f20857bd797cf87d3af897c6c1f829a2da04a03f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();