(function() { const u = '/apps/statistics.php?aid=460521&browser=IE&created_date=20260309&created_hour=11&dduuid=4064ee67f7df6&device=0&device_type=desktop&os=Windows&ssid=ls8lb3ao5ra91n43hp8rsdv1ga&t=1773025871&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b9f30a347a8863534d65d6591d71e18a988f617&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();