(function() { const u = '/apps/statistics.php?aid=452452&browser=IE&created_date=20260311&created_hour=19&dduuid=d392f91c43118&device=0&device_type=desktop&os=Windows&ssid=4gju133c75imsui1c2sthosp6c&t=1773229003&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4b11dcab2a817d14c983146e2861de0f51b42a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();