(function() { const u = '/apps/statistics.php?aid=434162&browser=IE&created_date=20260312&created_hour=01&dduuid=83cc5ec37f467&device=0&device_type=desktop&os=Windows&ssid=h0lok5uhcme5g56874bcb92ns0&t=1773250971&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=751c76c1e0be5a156bb8a984ece221448e2163fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();