(function() { const u = '/apps/statistics.php?aid=407158&browser=IE&created_date=20260123&created_hour=01&dduuid=10272d68e9951&device=0&device_type=desktop&os=Windows&ssid=p7tf8d8l175k2vpfqpft2jahro&t=1769103614&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13168d837181b81aacb1099b24dadb90b4ad1253&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();