(function() { const u = '/apps/statistics.php?aid=370690&browser=IE&created_date=20260113&created_hour=18&dduuid=0c50e9e91c22b&device=0&device_type=desktop&os=Windows&ssid=baoe2s8e1rmljb58jh55pgh5b3&t=1768300115&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ec18919952996ca8b2e0f0fdeffbb3c27a4dbf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();