(function() { const u = '/apps/statistics.php?aid=270947&browser=IE&created_date=20260224&created_hour=03&dduuid=ab8c2c4fe3f39&device=0&device_type=desktop&os=Windows&ssid=5129p5vfs17l62l6hvs37l6aat&t=1771875408&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2107104edbd12130ab59de8d0f23f6854e83751f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();