(function() { const u = '/apps/statistics.php?aid=431522&browser=IE&created_date=20260116&created_hour=01&dduuid=7d8277fa0f2dd&device=0&device_type=desktop&os=Windows&ssid=4vc68g8if896u5dvjljbloso49&t=1768499407&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdc55b8606a02b16b85975a8ea7fead2dcb60170&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();