(function() { const u = '/apps/statistics.php?aid=440896&browser=IE&created_date=20260311&created_hour=00&dduuid=07b8e14b212ae&device=0&device_type=desktop&os=Windows&ssid=9ut84btjsg0khnvtnl6il123t3&t=1773161244&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=533da9c152181c90d827fb124bd332fa2199c092&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();