(function() { const u = '/apps/statistics.php?aid=444027&browser=IE&created_date=20251224&created_hour=09&dduuid=b17badbc66678&device=0&device_type=desktop&os=Windows&ssid=cgi7fij1i66cme3suvls5eql13&t=1766538018&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ebd964a935cae98ac14eca76df55ac8bf616ce1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();