(function() { const u = '/apps/statistics.php?aid=409832&browser=IE&created_date=20260121&created_hour=01&dduuid=9ea25adb0f8ad&device=0&device_type=desktop&os=Windows&ssid=asehpl8gaa61mvn11b79fiu74d&t=1768929381&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4333cc1ec2638db5f84fa71818cd7c25ab1a2258&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();