(function() { const u = '/apps/statistics.php?aid=264450&browser=IE&created_date=20260119&created_hour=00&dduuid=825f9df56704c&device=0&device_type=desktop&os=Windows&ssid=9hcsckb250obebh9buptfgn3k7&t=1768752810&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f352a806bcaf19a2ff11e896652ace7aa897d91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();