(function() { const u = '/apps/statistics.php?aid=453682&browser=IE&created_date=20260312&created_hour=14&dduuid=84504da1eb0da&device=0&device_type=desktop&os=Windows&ssid=bcd00nqsg8f3klg72fqnkr3312&t=1773295563&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2b9eae9316ad15336a80e2831d0fc8666277aac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();