(function() { const u = '/apps/statistics.php?aid=368893&browser=IE&created_date=20260124&created_hour=21&dduuid=5cce53486d450&device=0&device_type=desktop&os=Windows&ssid=or30rmtt6n0glc6rvissonib7o&t=1769262869&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40bd5f8133406304c8e8339612ec46d28dab685c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();