(function() { const u = '/apps/statistics.php?aid=449440&browser=IE&created_date=20260226&created_hour=02&dduuid=a6436f522d5d3&device=0&device_type=desktop&os=Windows&ssid=lb1e6gl1abns16puvoe6ba8hph&t=1772045555&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19daa6ec3bb1e7d9b7d2b154f9ff02bc8fa4ba52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();