(function() { const u = '/apps/statistics.php?aid=458623&browser=IE&created_date=20260301&created_hour=06&dduuid=b87c2820f2fb8&device=0&device_type=desktop&os=Windows&ssid=aa01du61gjs89q7p085l2ljnhq&t=1772317579&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0bd20e933dfe64d8d74c53f01af694a376b0a05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();