(function() { const u = '/apps/statistics.php?aid=460560&browser=IE&created_date=20260308&created_hour=15&dduuid=c74d1b9d0128d&device=0&device_type=desktop&os=Windows&ssid=sf637c20ik1dqm017cgmv26muq&t=1772954349&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b5cf9517dffeeb86bd853b4556fef979378331a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();