(function() { const u = '/apps/statistics.php?aid=451461&browser=IE&created_date=20260312&created_hour=09&dduuid=82f63c7b088dd&device=0&device_type=desktop&os=Windows&ssid=6nq24vt2ogtjtdjp6l5jip4rv5&t=1773277629&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=212437ac3b59f813eb90eafe42779f9cf9b4a523&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();