(function() { const u = '/apps/statistics.php?aid=443216&browser=IE&created_date=20260223&created_hour=20&dduuid=9e525576c7d4d&device=0&device_type=desktop&os=Windows&ssid=81f2o2knsit8ud4g85gqr28h1o&t=1771849013&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a857ea953a3639ae5562574e93a09b750fa91ceb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();