(function() { const u = '/apps/statistics.php?aid=455309&browser=IE&created_date=20260223&created_hour=20&dduuid=c252c5b4e1a5b&device=0&device_type=desktop&os=Windows&ssid=7druu023fe7qjest25lb7pmnnu&t=1771851250&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ef904fe10ae7e032f1974f497b85a89ee397e88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();