(function() { const u = '/apps/statistics.php?aid=390181&browser=IE&created_date=20260305&created_hour=03&dduuid=92b5ac6cbe3ca&device=0&device_type=desktop&os=Windows&ssid=32imnveff82bpei7s6qmhnga9n&t=1772654125&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90d307335b32e6d6fec89c062c86d2190c462f05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();