(function() { const u = '/apps/statistics.php?aid=455144&browser=IE&created_date=20260311&created_hour=00&dduuid=0435951bbb6b8&device=0&device_type=desktop&os=Windows&ssid=u5p2fe1jd1on9csraedbpjfrpr&t=1773160817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30e940e03f588d472d5d2d30d914c35fde305dbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();