(function() { const u = '/apps/statistics.php?aid=369417&browser=IE&created_date=20260305&created_hour=19&dduuid=1de50d6b15db5&device=0&device_type=desktop&os=Windows&ssid=02trmo8l23c5sqpqv7na641t4m&t=1772709432&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63e91f02da8781d7fd1be0d4ee84ae534a366e64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();