(function() { const u = '/apps/statistics.php?aid=434669&browser=IE&created_date=20260101&created_hour=17&dduuid=e8e5546d285c3&device=0&device_type=desktop&os=Windows&ssid=mqanpuksriibuqk2pnos7q4l5m&t=1767260469&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce7889098152e88df225f14c02c677203bda074d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();