(function() { const u = '/apps/statistics.php?aid=308039&browser=IE&created_date=20260311&created_hour=19&dduuid=a915b5cd1987c&device=0&device_type=desktop&os=Windows&ssid=6751ifot6drchq7g9uu98g54eh&t=1773229723&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=874677cf5c14eba0eeb0486f921e86565a3ce833&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();