(function() { const u = '/apps/statistics.php?aid=427680&browser=IE&created_date=20260123&created_hour=06&dduuid=d10dfd69e60c4&device=0&device_type=desktop&os=Windows&ssid=8hg1e131ocjb5l1j7rl443rsud&t=1769121656&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73f16c5910abd20013e72d215addab45beac7821&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();