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