(function() { const u = '/apps/statistics.php?aid=402121&browser=IE&created_date=20260125&created_hour=06&dduuid=c3e55f436c4ed&device=0&device_type=desktop&os=Windows&ssid=0n1gae21dtfnivj112sp2mtetr&t=1769292980&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ab2d7f3d970424a51d59c3db0bdb0a8a21719e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();