(function() { const u = '/apps/statistics.php?aid=98561&browser=IE&created_date=20260308&created_hour=02&dduuid=2d083828db89c&device=0&device_type=desktop&os=Windows&ssid=g36mrt08jr4cugvc3s7ubo6ib3&t=1772909287&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0bd702853d0d6ca315fba997534f75212edccb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();