(function() { const u = '/apps/statistics.php?aid=334318&browser=IE&created_date=20260313&created_hour=07&dduuid=0c7e4ee007bc2&device=0&device_type=desktop&os=Windows&ssid=v25v4b8c835dk1ls5ri81oao5n&t=1773357272&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df8a4dd1c8a8f024f026bf90f207ee9f594fd41e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();