(function() { const u = '/apps/statistics.php?aid=399390&browser=IE&created_date=20260308&created_hour=07&dduuid=4198d6cbcb1df&device=0&device_type=desktop&os=Windows&ssid=b18aotvtoohi906le8qhfhfpgr&t=1772926675&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=559cad5a543fb1e41d2b8169df29500a061a2ec9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();