(function() { const u = '/apps/statistics.php?aid=423308&browser=IE&created_date=20260129&created_hour=23&dduuid=41a2db6f920ef&device=0&device_type=desktop&os=Windows&ssid=k6ctkjb3ri9qel5312t957kcsq&t=1769700278&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efa807cb203f4939644befb7f5479cd4da063ae6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();