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