(function() { const u = '/apps/statistics.php?aid=453204&browser=IE&created_date=20260310&created_hour=09&dduuid=5b8c366b2ec40&device=0&device_type=desktop&os=Windows&ssid=gai3e1en32ih4eqrqqrp77qo2j&t=1773104640&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd42897a497abba28a2308535dab122cf7b2ae11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();