(function() { const u = '/apps/statistics.php?aid=441726&browser=IE&created_date=20260307&created_hour=21&dduuid=2ab69700d9bf1&device=0&device_type=desktop&os=Windows&ssid=2oa8qitfdnioe2728chkr6fg8t&t=1772891609&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb60aa50c48e73019174c8253b0783ffe5bc4f9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();