(function() { const u = '/apps/statistics.php?aid=375522&browser=IE&created_date=20260113&created_hour=12&dduuid=a573b461bc320&device=0&device_type=desktop&os=Windows&ssid=50di0s7ph1oi3aflpltjoea845&t=1768279396&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5acdc9180f27fd41db7bd1837b47237a211f2f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();