(function() { const u = '/apps/statistics.php?aid=417836&browser=IE&created_date=20260316&created_hour=16&dduuid=6c40e65fe4714&device=0&device_type=desktop&os=Windows&ssid=rnbavps9fgocgv2gf0q0pkuocs&t=1773648798&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29f4f54b83a73685ee860d0f8c311aa6985eef6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();