(function() { const u = '/apps/statistics.php?aid=141280&browser=IE&created_date=20260124&created_hour=13&dduuid=e976f6b7f93a3&device=0&device_type=desktop&os=Windows&ssid=hlcnhhr8jrjcat04hu46n8jvlb&t=1769232218&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa5b27eb0c961088ebd86cba6d3adb77511f4cbe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();