(function() { const u = '/apps/statistics.php?aid=395567&browser=IE&created_date=20260201&created_hour=05&dduuid=b7cbf32f879d6&device=0&device_type=desktop&os=Windows&ssid=hd2br7a372dtv08e9ubb0pe7s0&t=1769895578&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19816ebd1da466b3807a2632c38f0b240ea6356b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();