(function() { const u = '/apps/statistics.php?aid=424515&browser=IE&created_date=20260305&created_hour=18&dduuid=3ccf4e2bd4946&device=0&device_type=desktop&os=Windows&ssid=7kl1l75j6pfc1btf6l58l5mrk6&t=1772707578&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e08a859e88049ee4ea6b4da9b57fa234887f41e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();