(function() { const u = '/apps/statistics.php?aid=454092&browser=IE&created_date=20260310&created_hour=04&dduuid=feca26e4f20c2&device=0&device_type=desktop&os=Windows&ssid=ind32k2gsee3ubdatu55mh91cn&t=1773087021&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b607736f271b5c73b0067ee94f64c6decae310f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();