(function() { const u = '/apps/statistics.php?aid=314087&browser=IE&created_date=20260313&created_hour=12&dduuid=8c490e5bf8ad2&device=0&device_type=desktop&os=Windows&ssid=a3idt6taifh767lduoq0qcisa3&t=1773374925&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e0703eb9423c2f07416dfab218e8330c5369d5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();