(function() { const u = '/apps/statistics.php?aid=431197&browser=IE&created_date=20260313&created_hour=23&dduuid=3669d2a85f394&device=0&device_type=desktop&os=Windows&ssid=qd81ldgtmqpa2he9lf179oce5l&t=1773417069&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dd489b3831f1b9a6fd44b5ddfade4a4c41ccbfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();