(function() { const u = '/apps/statistics.php?aid=443084&browser=IE&created_date=20251221&created_hour=12&dduuid=2e50cc4c5eaa3&device=0&device_type=desktop&os=Windows&ssid=ttcfgqfg6o1s7ife07nn0bn34r&t=1766290007&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cdb81fc44185f5bc3aac3cb8621c3669afdcd54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();