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