(function() { const u = '/apps/statistics.php?aid=141275&browser=IE&created_date=20260224&created_hour=00&dduuid=3b914aae86e95&device=0&device_type=desktop&os=Windows&ssid=td4cs6qilh4g1u6ntbo4ush4rm&t=1771865512&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=870632aac21fc66cff583ab77e1fb3a1dbad6882&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();