(function() { const u = '/apps/statistics.php?aid=448121&browser=IE&created_date=20260226&created_hour=10&dduuid=7f08d5c8649c0&device=0&device_type=desktop&os=Windows&ssid=b306122ndk1r5hp8p1kecl67tq&t=1772071979&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=317702cd8128d8e17c7aa23fb83550128bec87de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();