(function() { const u = '/apps/statistics.php?aid=443519&browser=IE&created_date=20251216&created_hour=09&dduuid=29d8ac6928db8&device=0&device_type=desktop&os=Windows&ssid=47ls7fj8gei435dulrlh7dl1oj&t=1765850386&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23d99df8a7b371b0aabfdf29cae08595f815b5a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();