(function() { const u = '/apps/statistics.php?aid=430300&browser=IE&created_date=20260118&created_hour=04&dduuid=d095dbaa0e4ec&device=0&device_type=desktop&os=Windows&ssid=17sftcuie808hq6fu59gqbig84&t=1768680668&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dda3cd164fefc0a0ce2f66b0c52bfdae8d32b1f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();