(function() { const u = '/apps/statistics.php?aid=449213&browser=IE&created_date=20260114&created_hour=01&dduuid=0d03571474f93&device=0&device_type=desktop&os=Windows&ssid=drpdqp4hdjf68lbr3hjr2qg54c&t=1768325145&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c7ab63dbc48758782885c2f6c62160e20eef421&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();