(function() { const u = '/apps/statistics.php?aid=424212&browser=IE&created_date=20260128&created_hour=14&dduuid=05d6fad0f7c7b&device=0&device_type=desktop&os=Windows&ssid=ngq1fpdl31lok6tm9q2aneg4sp&t=1769582578&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f4d4685661f0800c88d8f01e96cd889fea7a017&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();