(function() { const u = '/apps/statistics.php?aid=403140&browser=IE&created_date=20260112&created_hour=14&dduuid=81db799dd4693&device=0&device_type=desktop&os=Windows&ssid=ot2r7btu6i0grot55stlg3brf7&t=1768200730&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edeabde0d339f6a003a1b7e79bf803fdf68c476d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();