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