(function() { const u = '/apps/statistics.php?aid=352366&browser=IE&created_date=20260311&created_hour=04&dduuid=3e5c95840c98e&device=0&device_type=desktop&os=Windows&ssid=a3534gk50r3gki5pt830la9u4l&t=1773174323&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50189df7d2ff269002497f39187ad6fa54dbd782&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();