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