(function() { const u = '/apps/statistics.php?aid=442333&browser=IE&created_date=20260304&created_hour=20&dduuid=5768938fd0253&device=0&device_type=desktop&os=Windows&ssid=in5jb92drslpjl22h497lim2mj&t=1772628921&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba01161413a21b7d626ff2abcd65965851e7791b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();