(function() { const u = '/apps/statistics.php?aid=454324&browser=IE&created_date=20260308&created_hour=05&dduuid=57f3e6fdf08ab&device=0&device_type=desktop&os=Windows&ssid=tcdj202al7lc7ik1qctf54r1ro&t=1772919040&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9f3c05baa1eb8d338e2cfd074debf9c03d22216&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();