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