(function() { const u = '/apps/statistics.php?aid=451276&browser=IE&created_date=20260311&created_hour=11&dduuid=43d1ae18d9df7&device=0&device_type=desktop&os=Windows&ssid=cnfp20e3l6aimso3mli77mdlh6&t=1773199204&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6adbcf31970944d9866c848529659123a88a0034&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();