(function() { const u = '/apps/statistics.php?aid=206478&browser=IE&created_date=20251227&created_hour=05&dduuid=729dc8c5fc795&device=0&device_type=desktop&os=Windows&ssid=34l1v06pd7hoo7sf6o9p323cpp&t=1766783536&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3220c447e4e3e7253307da1df5677c0eb8010f5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();