(function() { const u = '/apps/statistics.php?aid=168743&browser=IE&created_date=20260115&created_hour=10&dduuid=61cbdf6a7bad0&device=0&device_type=desktop&os=Windows&ssid=2osqu9aj3egerimubineo9mv61&t=1768445385&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42f3308928d4e935b2bcf64a6b8efca04748f37d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();