(function() { const u = '/apps/statistics.php?aid=434654&browser=IE&created_date=20260313&created_hour=05&dduuid=50321e9e32f40&device=0&device_type=desktop&os=Windows&ssid=ns5egpb0cb8jomtqgsg4e44gqd&t=1773349228&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faa19d0b9df40fcb77042590a554a81c6a1514e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();