(function() { const u = '/apps/statistics.php?aid=31&browser=IE&created_date=20260131&created_hour=23&dduuid=c09b6f0caa304&device=0&device_type=desktop&os=Windows&ssid=nsggcr61eq9rfro8t6810c91rc&t=1769874982&typeid=8&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac5850403a5752cae42aee6048856f4ffeb21586&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();