(function() { const u = '/apps/statistics.php?aid=449013&browser=IE&created_date=20260123&created_hour=07&dduuid=e0699b35df1fd&device=0&device_type=desktop&os=Windows&ssid=t7qg9i0jeeve43um1kpcs447tn&t=1769124762&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e33607849bef200420cb18fd7fc2ba6ffd6f70d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();