(function() { const u = '/apps/statistics.php?aid=352378&browser=IE&created_date=20260114&created_hour=17&dduuid=3c19e292f8fbd&device=0&device_type=desktop&os=Windows&ssid=v4vajm0h72vhqid86qm9l4391j&t=1768383592&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15b0551b02e9e7d2e506234b39584d28deb46760&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();