(function() { const u = '/apps/statistics.php?aid=437789&browser=IE&created_date=20260224&created_hour=09&dduuid=99da2b5f1e03e&device=0&device_type=desktop&os=Windows&ssid=1loraqqhk2mq6s92j78t822uko&t=1771895467&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=394a0cfa331ba6db4a6e5c114cb18de6c98049a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();