(function() { const u = '/apps/statistics.php?aid=88163&browser=IE&created_date=20260117&created_hour=11&dduuid=cf7fec42b6796&device=0&device_type=desktop&os=Windows&ssid=bu50jimeodnpsl5dvehusu7f8t&t=1768620132&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f949e3b3659df9aed4061ffaac43a0f9fa523840&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();