(function() { const u = '/apps/statistics.php?aid=439583&browser=IE&created_date=20260227&created_hour=22&dduuid=5128ca61bf277&device=0&device_type=desktop&os=Windows&ssid=ree0pbtav9flcs24ajpsa0deg2&t=1772202751&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cf5745d253dadeffaa069c1c4b674f592a204f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();