(function() { const u = '/apps/statistics.php?aid=54355&browser=IE&created_date=20260304&created_hour=18&dduuid=3cb0357c65d71&device=0&device_type=desktop&os=Windows&ssid=bks8q8hmkssgi89fmqh740cd6j&t=1772618573&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01a7e820ed8d55cf6242904933d28fe98f800ed6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();