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