(function() { const u = '/apps/statistics.php?aid=12501&browser=IE&created_date=20260120&created_hour=22&dduuid=afc6a38fe4a76&device=0&device_type=desktop&os=Windows&ssid=so0qk9uqgpuftoalgs7vl90qnl&t=1768918039&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c65d0fd0dc769ee5d94576d49eef69742be1b7e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();