(function() { const u = '/apps/statistics.php?aid=448329&browser=IE&created_date=20260111&created_hour=06&dduuid=a394c4f9c50aa&device=0&device_type=desktop&os=Windows&ssid=7scmsn5ahnguh8v6dll1epmaus&t=1768084229&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e939e260ebe9dd64a320949f315e5f2222edc1d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();