(function() { const u = '/apps/statistics.php?aid=401476&browser=IE&created_date=20260307&created_hour=22&dduuid=4490aea090cc0&device=0&device_type=desktop&os=Windows&ssid=vo49e44h8lrn8o1ica7ep60jl3&t=1772894798&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae116a9c085371072b3d7020249527f2a5cbe4c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();