(function() { const u = '/apps/statistics.php?aid=262733&browser=IE&created_date=20260315&created_hour=23&dduuid=c3ea57a565cb3&device=0&device_type=desktop&os=Windows&ssid=r7reudn5on1i44u5l0sreqno36&t=1773588367&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf492a1909139e075fc2aa9f26cc564971fe4473&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();