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