(function() { const u = '/apps/statistics.php?aid=456156&browser=IE&created_date=20260310&created_hour=14&dduuid=a8474e8df9b26&device=0&device_type=desktop&os=Windows&ssid=trhsgpbibvrsfi15bgtfoqb00t&t=1773123723&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee23a153f9970660fdb4d0fcc751dbf544325074&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();