(function() { const u = '/apps/statistics.php?aid=435648&browser=IE&created_date=20260311&created_hour=07&dduuid=6e0a475789da3&device=0&device_type=desktop&os=Windows&ssid=io1ss02n57apmh04r05dtmo3qb&t=1773184803&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d09f94bcd88eae61e3d781df791fa1cf88208460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();