(function() { const u = '/apps/statistics.php?aid=363095&browser=IE&created_date=20260310&created_hour=20&dduuid=fbd55af93a073&device=0&device_type=desktop&os=Windows&ssid=spj6jd14n0lf6ol560mq5p8enp&t=1773147098&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d394217b2202a084097d52189e11bde44172eb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();