(function() { const u = '/apps/statistics.php?aid=440678&browser=IE&created_date=20260316&created_hour=06&dduuid=d91c940a9c7fc&device=0&device_type=desktop&os=Windows&ssid=iavd2v5d54srkvsj0nha5p6oqu&t=1773615022&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ede4c122dbb6072f593abec54b667fa699bc4469&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();