(function() { const u = '/apps/statistics.php?aid=454139&browser=IE&created_date=20260311&created_hour=13&dduuid=c3fe9e94aac74&device=0&device_type=desktop&os=Windows&ssid=atb579t83ss2gq0gs03n6obahb&t=1773207832&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fd60345024127257d046e842782f0fda9f346b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();