(function() { const u = '/apps/statistics.php?aid=433937&browser=IE&created_date=20260305&created_hour=06&dduuid=4466d28d7271d&device=0&device_type=desktop&os=Windows&ssid=agqacdlpuhiqcn3822imocjq6t&t=1772663968&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e90f346b1493a2fabd4577cdd4c4aaa4b9da52b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();