(function() { const u = '/apps/statistics.php?aid=433273&browser=IE&created_date=20260103&created_hour=11&dduuid=cd275f603d7c1&device=0&device_type=desktop&os=Windows&ssid=idgph3b6b7g9lr42b5q5unarph&t=1767410559&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0c594aad739255400b1941f3893c3cf1fd0c205&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();