(function() { const u = '/apps/statistics.php?aid=448521&browser=IE&created_date=20260122&created_hour=05&dduuid=83f126a553270&device=0&device_type=desktop&os=Windows&ssid=bo0lsj45gdgc4cd8gu54p6tih2&t=1769029495&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eba736574ae79387d6b25d62a29bd6ef9dd6141c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();