(function() { const u = '/apps/statistics.php?aid=113180&browser=IE&created_date=20260305&created_hour=13&dduuid=091c24a154a15&device=0&device_type=desktop&os=Windows&ssid=bkk2a1c85j2gu6lpbpphamdo3n&t=1772689987&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=baae592585e993d026dacc59ef7ff0588e54fbae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();