(function() { const u = '/apps/statistics.php?aid=387616&browser=IE&created_date=20260310&created_hour=23&dduuid=ccaf89ed0216e&device=0&device_type=desktop&os=Windows&ssid=ib8fjgju3p67r1hn1l0ar78l4h&t=1773156686&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f4b080ca6267ad8684807e9ef836e7d54a3a4b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();