(function() { const u = '/apps/statistics.php?aid=398457&browser=IE&created_date=20260227&created_hour=22&dduuid=738dd3bec95bd&device=0&device_type=desktop&os=Windows&ssid=6m12nla82mn5mudgaukoslj3o1&t=1772202956&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0b5e84eacf530ec3d74086c788ed46484e77269&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();